#4f7c16

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

Shades of Green Leaf #4F7C16

Tints of Green Leaf #4F7C16

Color information

#4F7C16 (or 0x4F7C16) is unknown color: approx Green Leaf. HEX triplet: 4F, 7C and 16. RGB value is (79,124,22). Sum of RGB (Red+Green+Blue) = 79+124+22=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C16 is #B083E9. Grayscale: #636363. Windows color (decimal): -11568106 or 1473615. OLE color: 1473615.

HSL color Cylindrical-coordinate representation of color #4F7C16: hue angle of 86.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F7C16 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB7912422-
CMYK0.3600.820.51
HSL86.47º69.86%28.63%-
HSV(B)86.47º82.26%48.63%-
XYZ10.5816.143.32-
YUV98.9284.59113.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=35.11%
G=55.11%
B=9.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79124220.3600.820.5186.4769.8628.63
Hex4F7C16240523356461d
Octal117174264401226312610635
Binary1001111111110010110100100010100101100111010110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f7c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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