#4F6B16

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

Shades of Green Leaf #4F6B16

Tints of Green Leaf #4F6B16

Color information

#4F6B16 (or 0x4F6B16) is unknown color: approx Green Leaf. HEX triplet: 4F, 6B and 16. RGB value is (79,107,22). Sum of RGB (Red+Green+Blue) = 79+107+22=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6B16 is #B094E9. Grayscale: #595959. Windows color (decimal): -11572458 or 1469263. OLE color: 1469263.

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

Color convert

RGB7910722-
CMYK0.2600.790.58
HSL79.76º65.89%25.29%-
HSV(B)79.76º79.44%41.96%-
XYZ8.6312.242.67-
YUV88.9490.22120.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=37.98%
G=51.44%
B=10.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107220.2600.790.5879.7665.8925.29
Hex4F6B161A04F3A504219
Octal117153263201177212010231
Binary100111111010111011011010010011111110101010000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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