#4C6426

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

Shades of Green Leaf #4C6426

Tints of Green Leaf #4C6426

Color information

#4C6426 (or 0x4C6426) is unknown color: approx Green Leaf. HEX triplet: 4C, 64 and 26. RGB value is (76,100,38). Sum of RGB (Red+Green+Blue) = 76+100+38=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6426 is #B39BD9. Grayscale: #555555. Windows color (decimal): -11770842 or 2516044. OLE color: 2516044.

HSL color Cylindrical-coordinate representation of color #4C6426: hue angle of 83.23º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C6426 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB7610038-
CMYK0.2400.620.61
HSL83.23º44.93%27.06%-
HSV(B)83.23º62%39.22%-
XYZ7.8910.793.5-
YUV85.76101.05121.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=35.51%
G=46.73%
B=17.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76100380.2400.620.6183.2344.9327.06
Hex4C64261803E3D532d1b
Octal1141444630076751235533
Binary10011001100100100110110000111110111101101001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,38); }

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

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

 a { background-color: rgb(76,100,38); }

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

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

 span { border-color: rgb(76,100,38); }

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