#4C6325

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

Shades of Green Leaf #4C6325

Tints of Green Leaf #4C6325

Color information

#4C6325 (or 0x4C6325) is unknown color: approx Green Leaf. HEX triplet: 4C, 63 and 25. RGB value is (76,99,37). Sum of RGB (Red+Green+Blue) = 76+99+37=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6325 is #B39CDA. Grayscale: #555555. Windows color (decimal): -11771099 or 2450252. OLE color: 2450252.

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

Color convert

RGB769937-
CMYK0.2300.630.61
HSL82.26º45.59%26.67%-
HSV(B)82.26º62.63%38.82%-
XYZ7.7810.593.39-
YUV85.06100.88121.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=35.85%
G=46.70%
B=17.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699370.2300.630.6182.2645.5926.67
Hex4C63251703F3D522e1b
Octal1141434527077751225633
Binary10011001100011100101101110111111111101101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,37); }

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

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

 a { background-color: rgb(76,99,37); }

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

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

 span { border-color: rgb(76,99,37); }

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