#4C7526

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

Shades of Green Leaf #4C7526

Tints of Green Leaf #4C7526

Color information

#4C7526 (or 0x4C7526) is unknown color: approx Green Leaf. HEX triplet: 4C, 75 and 26. RGB value is (76,117,38). Sum of RGB (Red+Green+Blue) = 76+117+38=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7526 is #B38AD9. Grayscale: #606060. Windows color (decimal): -11766490 or 2520396. OLE color: 2520396.

HSL color Cylindrical-coordinate representation of color #4C7526: hue angle of 91.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C7526 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB7611738-
CMYK0.3500.680.54
HSL91.14º50.97%30.39%-
HSV(B)91.14º67.52%45.88%-
XYZ9.6914.44.1-
YUV95.7495.42113.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=32.90%
G=50.65%
B=16.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76117380.3500.680.5491.1450.9730.39
Hex4C752623044365b331e
Octal11416546430104661336336
Binary1001100111010110011010001101000100110110101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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