Shades of Clover #4C5D38
Tints of Clover #4C5D38
RGB
CMYK
RGB Variations
Color information
#4C5D38 (or 0x4C5D38) is known color: Clover. HEX triplet: 4C, 5D and 38. RGB value is (76,93,56). Sum of RGB (Red+Green+Blue) = 76+93+56=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #4C5D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5D38 is #B3A2C7. Grayscale: #535353. Windows color (decimal): -11772616 or 3693900. OLE color: 3693900.
HSL color Cylindrical-coordinate representation of color #4C5D38: hue angle of 87.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C5D38 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 93 | 56 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.64 |
| HSL | 87.57º | 0.25% | 0.29% | - |
| HSV(B) | 87.57º | 0.4% | 0.36% | - |
| XYZ | 7.61 | 9.65 | 5.2 | - |
| YUV | 83.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 56 | 0.18 | 0 | 0.40 | 0.64 | 87.57 | 0.25 | 0.29 |
| Hex | 4C | 5D | 38 | 12 | 0 | 28 | 40 | 58 | 19 | 1D |
| Octal | 114 | 135 | 70 | 22 | 0 | 50 | 100 | 130 | 31 | 35 |
| Binary | 1001100 | 1011101 | 111000 | 10010 | 0 | 101000 | 1000000 | 1011000 | 11001 | 11101 |
Color Harmonies of #4C5D38
Complementary color
Monochromatic Colors of #4C5D38
Black with #4C5D38
Text Example
Text Example
White with #4C5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D38; }
p { color: rgb(76,93,56); }
H1.HeaderClassName
{
color: #4C5D38;
}
.AnyTagClassName
{
color: #4C5D38;
}
</style>
background-color css
<style>
a { background-color: #4C5D38; }
a { background-color: rgb(76,93,56); }
div.DivClassName
{
background-color: #4C5D38;
}
.BgClassName
{
background-color: #4C5D38;
}
</style>
border-color css
<style>
span { border-color: #4C5D38; }
span { border-color: rgb(76,93,56); }
td.TdClassName
{
border-color: #4C5D38;
}
.TagClassName
{
border-color: #4C5D38;
}
</style>