Shades of Clover #4F5C2D
Tints of Clover #4F5C2D
RGB
CMYK
RGB Variations
Color information
#4F5C2D (or 0x4F5C2D) is known color: Clover. HEX triplet: 4F, 5C and 2D. RGB value is (79,92,45). Sum of RGB (Red+Green+Blue) = 79+92+45=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5C2D is #B0A3D2. Grayscale: #525252. Windows color (decimal): -11576275 or 2972751. OLE color: 2972751.
HSL color Cylindrical-coordinate representation of color #4F5C2D: hue angle of 76.6º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F5C2D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 92 | 45 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.64 |
| HSL | 76.6º | 0.34% | 0.27% | - |
| HSV(B) | 76.6º | 0.51% | 0.36% | - |
| XYZ | 7.53 | 9.51 | 3.92 | - |
| YUV | 82.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 45 | 0.14 | 0 | 0.51 | 0.64 | 76.6 | 0.34 | 0.27 |
| Hex | 4F | 5C | 2D | E | 0 | 33 | 40 | 4D | 22 | 1B |
| Octal | 117 | 134 | 55 | 16 | 0 | 63 | 100 | 115 | 42 | 33 |
| Binary | 1001111 | 1011100 | 101101 | 1110 | 0 | 110011 | 1000000 | 1001101 | 100010 | 11011 |
Color Harmonies of #4F5C2D
Complementary color
Monochromatic Colors of #4F5C2D
Black with #4F5C2D
Text Example
Text Example
White with #4F5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5C2D; }
p { color: rgb(79,92,45); }
H1.HeaderClassName
{
color: #4F5C2D;
}
.AnyTagClassName
{
color: #4F5C2D;
}
</style>
background-color css
<style>
a { background-color: #4F5C2D; }
a { background-color: rgb(79,92,45); }
div.DivClassName
{
background-color: #4F5C2D;
}
.BgClassName
{
background-color: #4F5C2D;
}
</style>
border-color css
<style>
span { border-color: #4F5C2D; }
span { border-color: rgb(79,92,45); }
td.TdClassName
{
border-color: #4F5C2D;
}
.TagClassName
{
border-color: #4F5C2D;
}
</style>