#4C7428

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

Shades of Green Leaf #4C7428

Tints of Green Leaf #4C7428

Color information

#4C7428 (or 0x4C7428) is unknown color: approx Green Leaf. HEX triplet: 4C, 74 and 28. RGB value is (76,116,40). Sum of RGB (Red+Green+Blue) = 76+116+40=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7428 is #B38BD7. Grayscale: #5F5F5F. Windows color (decimal): -11766744 or 2651212. OLE color: 2651212.

HSL color Cylindrical-coordinate representation of color #4C7428: hue angle of 91.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7428 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB7611640-
CMYK0.3400.660.55
HSL91.58º48.72%30.59%-
HSV(B)91.58º65.52%45.49%-
XYZ9.6114.184.24-
YUV95.3896.75114.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=32.76%
G=50%
B=17.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76116400.3400.660.5591.5848.7230.59
Hex4C742822042375c311f
Octal11416450420102671346137
Binary1001100111010010100010001001000010110111101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,40); }

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

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

 a { background-color: rgb(76,116,40); }

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

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

 span { border-color: rgb(76,116,40); }

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