Shades of Clover #4F5C30
Tints of Clover #4F5C30
RGB
CMYK
RGB Variations
Color information
#4F5C30 (or 0x4F5C30) is known color: Clover. HEX triplet: 4F, 5C and 30. RGB value is (79,92,48). Sum of RGB (Red+Green+Blue) = 79+92+48=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5C30 is #B0A3CF. Grayscale: #535353. Windows color (decimal): -11576272 or 3169359. OLE color: 3169359.
HSL color Cylindrical-coordinate representation of color #4F5C30: hue angle of 77.73º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F5C30 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 92 | 48 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.64 |
| HSL | 77.73º | 0.31% | 0.27% | - |
| HSV(B) | 77.73º | 0.48% | 0.36% | - |
| XYZ | 7.59 | 9.53 | 4.24 | - |
| YUV | 83.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 48 | 0.14 | 0 | 0.48 | 0.64 | 77.73 | 0.31 | 0.27 |
| Hex | 4F | 5C | 30 | E | 0 | 30 | 40 | 4E | 1F | 1B |
| Octal | 117 | 134 | 60 | 16 | 0 | 60 | 100 | 116 | 37 | 33 |
| Binary | 1001111 | 1011100 | 110000 | 1110 | 0 | 110000 | 1000000 | 1001110 | 11111 | 11011 |
Color Harmonies of #4F5C30
Complementary color
Monochromatic Colors of #4F5C30
Black with #4F5C30
Text Example
Text Example
White with #4F5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5C30; }
p { color: rgb(79,92,48); }
H1.HeaderClassName
{
color: #4F5C30;
}
.AnyTagClassName
{
color: #4F5C30;
}
</style>
background-color css
<style>
a { background-color: #4F5C30; }
a { background-color: rgb(79,92,48); }
div.DivClassName
{
background-color: #4F5C30;
}
.BgClassName
{
background-color: #4F5C30;
}
</style>
border-color css
<style>
span { border-color: #4F5C30; }
span { border-color: rgb(79,92,48); }
td.TdClassName
{
border-color: #4F5C30;
}
.TagClassName
{
border-color: #4F5C30;
}
</style>