#4C7017

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

Shades of Green Leaf #4C7017

Tints of Green Leaf #4C7017

Color information

#4C7017 (or 0x4C7017) is unknown color: approx Green Leaf. HEX triplet: 4C, 70 and 17. RGB value is (76,112,23). Sum of RGB (Red+Green+Blue) = 76+112+23=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7017 is #B38FE8. Grayscale: #5B5B5B. Windows color (decimal): -11767785 or 1536076. OLE color: 1536076.

HSL color Cylindrical-coordinate representation of color #4C7017: hue angle of 84.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C7017 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB7611223-
CMYK0.3200.790.56
HSL84.27º65.93%26.47%-
HSV(B)84.27º79.46%43.92%-
XYZ8.9313.192.89-
YUV91.0989.57117.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=36.02%
G=53.08%
B=10.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112230.3200.790.5684.2765.9326.47
Hex4C70172004F3854421a
Octal114160274001177012410232
Binary1001100111000010111100000010011111110001010100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,23); }

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

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

 a { background-color: rgb(76,112,23); }

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

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

 span { border-color: rgb(76,112,23); }

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