#4C7211

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

Shades of Green Leaf #4C7211

Tints of Green Leaf #4C7211

Color information

#4C7211 (or 0x4C7211) is unknown color: approx Green Leaf. HEX triplet: 4C, 72 and 11. RGB value is (76,114,17). Sum of RGB (Red+Green+Blue) = 76+114+17=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7211 is #B38DEE. Grayscale: #5B5B5B. Windows color (decimal): -11767279 or 1143372. OLE color: 1143372.

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

Color convert

RGB7611417-
CMYK0.3300.850.55
HSL83.51º74.05%25.69%-
HSV(B)83.51º85.09%44.71%-
XYZ9.113.612.68-
YUV91.5885.91116.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.71%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=36.71%
G=55.07%
B=8.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76114170.3300.850.5583.5174.0525.69
Hex4C72112105537544a1a
Octal114162214101256712411232
Binary1001100111001010001100001010101011101111010100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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