Shades of Clover #4C5B31
Tints of Clover #4C5B31
RGB
CMYK
RGB Variations
Color information
#4C5B31 (or 0x4C5B31) is known color: Clover. HEX triplet: 4C, 5B and 31. RGB value is (76,91,49). Sum of RGB (Red+Green+Blue) = 76+91+49=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B31 is #B3A4CE. Grayscale: #515151. Windows color (decimal): -11773135 or 3234636. OLE color: 3234636.
HSL color Cylindrical-coordinate representation of color #4C5B31: hue angle of 81.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C5B31 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 91 | 49 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.64 |
| HSL | 81.43º | 0.3% | 0.27% | - |
| HSV(B) | 81.43º | 0.46% | 0.36% | - |
| XYZ | 7.28 | 9.24 | 4.31 | - |
| YUV | 81.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 49 | 0.16 | 0 | 0.46 | 0.64 | 81.43 | 0.3 | 0.27 |
| Hex | 4C | 5B | 31 | 10 | 0 | 2E | 40 | 51 | 1E | 1B |
| Octal | 114 | 133 | 61 | 20 | 0 | 56 | 100 | 121 | 36 | 33 |
| Binary | 1001100 | 1011011 | 110001 | 10000 | 0 | 101110 | 1000000 | 1010001 | 11110 | 11011 |
Color Harmonies of #4C5B31
Complementary color
Monochromatic Colors of #4C5B31
Black with #4C5B31
Text Example
Text Example
White with #4C5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B31; }
p { color: rgb(76,91,49); }
H1.HeaderClassName
{
color: #4C5B31;
}
.AnyTagClassName
{
color: #4C5B31;
}
</style>
background-color css
<style>
a { background-color: #4C5B31; }
a { background-color: rgb(76,91,49); }
div.DivClassName
{
background-color: #4C5B31;
}
.BgClassName
{
background-color: #4C5B31;
}
</style>
border-color css
<style>
span { border-color: #4C5B31; }
span { border-color: rgb(76,91,49); }
td.TdClassName
{
border-color: #4C5B31;
}
.TagClassName
{
border-color: #4C5B31;
}
</style>