#4F6B12

Color #4F6B12 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4F6B12

Tints of Green Leaf #4F6B12

Color information

#4F6B12 (or 0x4F6B12) is unknown color: approx Green Leaf. HEX triplet: 4F, 6B and 12. RGB value is (79,107,18). Sum of RGB (Red+Green+Blue) = 79+107+18=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6B12 is #B094ED. Grayscale: #585858. Windows color (decimal): -11572462 or 1207119. OLE color: 1207119.

HSL color Cylindrical-coordinate representation of color #4F6B12: hue angle of 78.88º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F6B12 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB7910718-
CMYK0.2600.830.58
HSL78.88º71.2%24.51%-
HSV(B)78.88º83.18%41.96%-
XYZ8.5912.222.48-
YUV88.4888.22121.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=38.73%
G=52.45%
B=8.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107180.2600.830.5878.8871.224.51
Hex4F6B121A0533A4f4719
Octal117153223201237211710731
Binary100111111010111001011010010100111110101001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F6B12; }

 p { color: rgb(79,107,18); }

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

<style>
 a { background-color: #4F6B12; }

 a { background-color: rgb(79,107,18); }

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

<style>
 span { border-color: #4F6B12; }

 span { border-color: rgb(79,107,18); }

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