#4F7016

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

Shades of Green Leaf #4F7016

Tints of Green Leaf #4F7016

Color information

#4F7016 (or 0x4F7016) is unknown color: approx Green Leaf. HEX triplet: 4F, 70 and 16. RGB value is (79,112,22). Sum of RGB (Red+Green+Blue) = 79+112+22=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7016 is #B08FE9. Grayscale: #5C5C5C. Windows color (decimal): -11571178 or 1470543. OLE color: 1470543.

HSL color Cylindrical-coordinate representation of color #4F7016: hue angle of 82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F7016 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB7911222-
CMYK0.2900.800.56
HSL82º67.16%26.27%-
HSV(B)82º80.36%43.92%-
XYZ9.1613.312.84-
YUV91.8788.57118.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=37.09%
G=52.58%
B=10.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112220.2900.800.568267.1626.27
Hex4F70161D0503852431a
Octal117160263501207012210332
Binary100111111100001011011101010100001110001010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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