#224F10

Color #224F10 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #224F10

Tints of Myrtle #224F10

Color information

#224F10 (or 0x224F10) is unknown color: approx Myrtle. HEX triplet: 22, 4F and 10. RGB value is (34,79,16). Sum of RGB (Red+Green+Blue) = 34+79+16=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #224F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224F10 is #DDB0EF. Grayscale: #3A3A3A. Windows color (decimal): -14528752 or 1068834. OLE color: 1068834.

HSL color Cylindrical-coordinate representation of color #224F10: hue angle of 102.86º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224F10 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB347916-
CMYK0.5700.800.69
HSL102.86º66.32%18.63%-
HSV(B)102.86º79.75%30.98%-
XYZ3.555.971.46-
YUV58.36104.09110.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 26.36%
GREEN value IS 79 (31.25% from 255) = 61.24%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=26.36%
G=61.24%
B=12.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3479160.5700.800.69102.8666.3218.63
Hex224F103905045674213
Octal421172071012010514710223
Binary1000101001111100001110010101000010001011100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224F10; }

 p { color: rgb(34,79,16); }

 H1.HeaderClassName
 {
   color: #224F10;
 }
 .AnyTagClassName
 {
   color: #224F10;
 }
</style>
background-color css

<style>
 a { background-color: #224F10; }

 a { background-color: rgb(34,79,16); }

 div.DivClassName
 {
   background-color: #224F10;
 }
 .BgClassName
 {
   background-color: #224F10;
 }
</style>
border-color css

<style>
 span { border-color: #224F10; }

 span { border-color: rgb(34,79,16); }

 td.TdClassName
 {
   border-color: #224F10;
 }
 .TagClassName
 {
   border-color: #224F10;
 }
</style>