Shades of Clover #4F5A34
Tints of Clover #4F5A34
RGB
CMYK
RGB Variations
Color information
#4F5A34 (or 0x4F5A34) is known color: Clover. HEX triplet: 4F, 5A and 34. RGB value is (79,90,52). Sum of RGB (Red+Green+Blue) = 79+90+52=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A34 is #B0A5CB. Grayscale: #525252. Windows color (decimal): -11576780 or 3430991. OLE color: 3430991.
HSL color Cylindrical-coordinate representation of color #4F5A34: hue angle of 77.37º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5A34 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 52 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.65 |
| HSL | 77.37º | 0.27% | 0.28% | - |
| HSV(B) | 77.37º | 0.42% | 0.35% | - |
| XYZ | 7.5 | 9.22 | 4.63 | - |
| YUV | 82.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 52 | 0.12 | 0 | 0.42 | 0.65 | 77.37 | 0.27 | 0.28 |
| Hex | 4F | 5A | 34 | C | 0 | 2A | 41 | 4D | 1B | 1C |
| Octal | 117 | 132 | 64 | 14 | 0 | 52 | 101 | 115 | 33 | 34 |
| Binary | 1001111 | 1011010 | 110100 | 1100 | 0 | 101010 | 1000001 | 1001101 | 11011 | 11100 |
Color Harmonies of #4F5A34
Complementary color
Monochromatic Colors of #4F5A34
Black with #4F5A34
Text Example
Text Example
White with #4F5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A34; }
p { color: rgb(79,90,52); }
H1.HeaderClassName
{
color: #4F5A34;
}
.AnyTagClassName
{
color: #4F5A34;
}
</style>
background-color css
<style>
a { background-color: #4F5A34; }
a { background-color: rgb(79,90,52); }
div.DivClassName
{
background-color: #4F5A34;
}
.BgClassName
{
background-color: #4F5A34;
}
</style>
border-color css
<style>
span { border-color: #4F5A34; }
span { border-color: rgb(79,90,52); }
td.TdClassName
{
border-color: #4F5A34;
}
.TagClassName
{
border-color: #4F5A34;
}
</style>