Shades of Green Leaf #4C612F
Tints of Green Leaf #4C612F
RGB
CMYK
RGB Variations
Color information
#4C612F (or 0x4C612F) is known color: Green Leaf. HEX triplet: 4C, 61 and 2F. RGB value is (76,97,47). Sum of RGB (Red+Green+Blue) = 76+97+47=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612F is #B39ED0. Grayscale: #555555. Windows color (decimal): -11771601 or 3105100. OLE color: 3105100.
HSL color Cylindrical-coordinate representation of color #4C612F: hue angle of 85.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C612F is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 47 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.62 |
| HSL | 85.2º | 0.35% | 0.28% | - |
| HSV(B) | 85.2º | 0.52% | 0.38% | - |
| XYZ | 7.77 | 10.29 | 4.27 | - |
| YUV | 85.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 47 | 0.22 | 0 | 0.52 | 0.62 | 85.2 | 0.35 | 0.28 |
| Hex | 4C | 61 | 2F | 16 | 0 | 34 | 3E | 55 | 23 | 1C |
| Octal | 114 | 141 | 57 | 26 | 0 | 64 | 76 | 125 | 43 | 34 |
| Binary | 1001100 | 1100001 | 101111 | 10110 | 0 | 110100 | 111110 | 1010101 | 100011 | 11100 |
Color Harmonies of #4C612F
Complementary color
Monochromatic Colors of #4C612F
Black with #4C612F
Text Example
Text Example
White with #4C612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C612F; }
p { color: rgb(76,97,47); }
H1.HeaderClassName
{
color: #4C612F;
}
.AnyTagClassName
{
color: #4C612F;
}
</style>
background-color css
<style>
a { background-color: #4C612F; }
a { background-color: rgb(76,97,47); }
div.DivClassName
{
background-color: #4C612F;
}
.BgClassName
{
background-color: #4C612F;
}
</style>
border-color css
<style>
span { border-color: #4C612F; }
span { border-color: rgb(76,97,47); }
td.TdClassName
{
border-color: #4C612F;
}
.TagClassName
{
border-color: #4C612F;
}
</style>