#4C720D

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

Shades of Green Leaf #4C720D

Tints of Green Leaf #4C720D

Color information

#4C720D (or 0x4C720D) is unknown color: approx Green Leaf. HEX triplet: 4C, 72 and 0D. RGB value is (76,114,13). Sum of RGB (Red+Green+Blue) = 76+114+13=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #4C720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C720D is #B38DF2. Grayscale: #5B5B5B. Windows color (decimal): -11767283 or 881228. OLE color: 881228.

HSL color Cylindrical-coordinate representation of color #4C720D: hue angle of 82.57º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C720D is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB7611413-
CMYK0.3300.890.55
HSL82.57º79.53%24.9%-
HSV(B)82.57º88.6%44.71%-
XYZ9.0713.62.53-
YUV91.1283.91117.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=37.44%
G=56.16%
B=6.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76114130.3300.890.5582.5779.5324.9
Hex4C72D2105937535019
Octal114162154101316712312031
Binary100110011100101101100001010110011101111010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,13); }

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

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

 a { background-color: rgb(76,114,13); }

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

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

 span { border-color: rgb(76,114,13); }

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