Shades of Clover #4F5F33
Tints of Clover #4F5F33
RGB
CMYK
RGB Variations
Color information
#4F5F33 (or 0x4F5F33) is known color: Clover. HEX triplet: 4F, 5F and 33. RGB value is (79,95,51). Sum of RGB (Red+Green+Blue) = 79+95+51=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5F33 is #B0A0CC. Grayscale: #555555. Windows color (decimal): -11575501 or 3366735. OLE color: 3366735.
HSL color Cylindrical-coordinate representation of color #4F5F33: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F5F33 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 95 | 51 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.63 |
| HSL | 81.82º | 0.3% | 0.29% | - |
| HSV(B) | 81.82º | 0.46% | 0.37% | - |
| XYZ | 7.91 | 10.09 | 4.66 | - |
| YUV | 85.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 51 | 0.17 | 0 | 0.46 | 0.63 | 81.82 | 0.3 | 0.29 |
| Hex | 4F | 5F | 33 | 11 | 0 | 2E | 3F | 52 | 1E | 1D |
| Octal | 117 | 137 | 63 | 21 | 0 | 56 | 77 | 122 | 36 | 35 |
| Binary | 1001111 | 1011111 | 110011 | 10001 | 0 | 101110 | 111111 | 1010010 | 11110 | 11101 |
Color Harmonies of #4F5F33
Complementary color
Monochromatic Colors of #4F5F33
Black with #4F5F33
Text Example
Text Example
White with #4F5F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F33; }
p { color: rgb(79,95,51); }
H1.HeaderClassName
{
color: #4F5F33;
}
.AnyTagClassName
{
color: #4F5F33;
}
</style>
background-color css
<style>
a { background-color: #4F5F33; }
a { background-color: rgb(79,95,51); }
div.DivClassName
{
background-color: #4F5F33;
}
.BgClassName
{
background-color: #4F5F33;
}
</style>
border-color css
<style>
span { border-color: #4F5F33; }
span { border-color: rgb(79,95,51); }
td.TdClassName
{
border-color: #4F5F33;
}
.TagClassName
{
border-color: #4F5F33;
}
</style>