Shades of Clover #4C5A36
Tints of Clover #4C5A36
RGB
CMYK
RGB Variations
Color information
#4C5A36 (or 0x4C5A36) is known color: Clover. HEX triplet: 4C, 5A and 36. RGB value is (76,90,54). Sum of RGB (Red+Green+Blue) = 76+90+54=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A36 is #B3A5C9. Grayscale: #515151. Windows color (decimal): -11773386 or 3562060. OLE color: 3562060.
HSL color Cylindrical-coordinate representation of color #4C5A36: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C5A36 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 54 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.65 |
| HSL | 83.33º | 0.25% | 0.28% | - |
| HSV(B) | 83.33º | 0.4% | 0.35% | - |
| XYZ | 7.3 | 9.12 | 4.86 | - |
| YUV | 81.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 54 | 0.16 | 0 | 0.40 | 0.65 | 83.33 | 0.25 | 0.28 |
| Hex | 4C | 5A | 36 | 10 | 0 | 28 | 41 | 53 | 19 | 1C |
| Octal | 114 | 132 | 66 | 20 | 0 | 50 | 101 | 123 | 31 | 34 |
| Binary | 1001100 | 1011010 | 110110 | 10000 | 0 | 101000 | 1000001 | 1010011 | 11001 | 11100 |
Color Harmonies of #4C5A36
Complementary color
Monochromatic Colors of #4C5A36
Black with #4C5A36
Text Example
Text Example
White with #4C5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A36; }
p { color: rgb(76,90,54); }
H1.HeaderClassName
{
color: #4C5A36;
}
.AnyTagClassName
{
color: #4C5A36;
}
</style>
background-color css
<style>
a { background-color: #4C5A36; }
a { background-color: rgb(76,90,54); }
div.DivClassName
{
background-color: #4C5A36;
}
.BgClassName
{
background-color: #4C5A36;
}
</style>
border-color css
<style>
span { border-color: #4C5A36; }
span { border-color: rgb(76,90,54); }
td.TdClassName
{
border-color: #4C5A36;
}
.TagClassName
{
border-color: #4C5A36;
}
</style>