#4F602C

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

Shades of Green Leaf #4F602C

Tints of Green Leaf #4F602C

Color information

#4F602C (or 0x4F602C) is unknown color: approx Green Leaf. HEX triplet: 4F, 60 and 2C. RGB value is (79,96,44). Sum of RGB (Red+Green+Blue) = 79+96+44=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #4F602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F602C is #B09FD3. Grayscale: #555555. Windows color (decimal): -11575252 or 2908239. OLE color: 2908239.

HSL color Cylindrical-coordinate representation of color #4F602C: hue angle of 79.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F602C is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB799644-
CMYK0.1800.540.62
HSL79.62º37.14%27.45%-
HSV(B)79.62º54.17%37.65%-
XYZ7.8610.213.94-
YUV84.99104.87123.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=36.07%
G=43.84%
B=20.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996440.1800.540.6279.6237.1427.45
Hex4F602C120363E50251b
Octal1171405422066761204533
Binary10011111100000101100100100110110111110101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,44); }

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

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

 a { background-color: rgb(79,96,44); }

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

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

 span { border-color: rgb(79,96,44); }

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