Shades of Clover #4C5F26
Tints of Clover #4C5F26
RGB
CMYK
RGB Variations
Color information
#4C5F26 (or 0x4C5F26) is known color: Clover. HEX triplet: 4C, 5F and 26. RGB value is (76,95,38). Sum of RGB (Red+Green+Blue) = 76+95+38=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F26 is #B3A0D9. Grayscale: #535353. Windows color (decimal): -11772122 or 2514764. OLE color: 2514764.
HSL color Cylindrical-coordinate representation of color #4C5F26: hue angle of 80º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C5F26 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 95 | 38 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.63 |
| HSL | 80º | 0.43% | 0.26% | - |
| HSV(B) | 80º | 0.6% | 0.37% | - |
| XYZ | 7.42 | 9.86 | 3.35 | - |
| YUV | 82.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 38 | 0.20 | 0 | 0.60 | 0.63 | 80 | 0.43 | 0.26 |
| Hex | 4C | 5F | 26 | 14 | 0 | 3C | 3F | 50 | 2B | 1A |
| Octal | 114 | 137 | 46 | 24 | 0 | 74 | 77 | 120 | 53 | 32 |
| Binary | 1001100 | 1011111 | 100110 | 10100 | 0 | 111100 | 111111 | 1010000 | 101011 | 11010 |
Color Harmonies of #4C5F26
Complementary color
Monochromatic Colors of #4C5F26
Black with #4C5F26
Text Example
Text Example
White with #4C5F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F26; }
p { color: rgb(76,95,38); }
H1.HeaderClassName
{
color: #4C5F26;
}
.AnyTagClassName
{
color: #4C5F26;
}
</style>
background-color css
<style>
a { background-color: #4C5F26; }
a { background-color: rgb(76,95,38); }
div.DivClassName
{
background-color: #4C5F26;
}
.BgClassName
{
background-color: #4C5F26;
}
</style>
border-color css
<style>
span { border-color: #4C5F26; }
span { border-color: rgb(76,95,38); }
td.TdClassName
{
border-color: #4C5F26;
}
.TagClassName
{
border-color: #4C5F26;
}
</style>