Shades of Clover #485934
Tints of Clover #485934
RGB
CMYK
RGB Variations
Color information
#485934 (or 0x485934) is known color: Clover. HEX triplet: 48, 59 and 34. RGB value is (72,89,52). Sum of RGB (Red+Green+Blue) = 72+89+52=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #485934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485934 is #B7A6CB. Grayscale: #4F4F4F. Windows color (decimal): -12035788 or 3430728. OLE color: 3430728.
HSL color Cylindrical-coordinate representation of color #485934: hue angle of 87.57º degrees, saturation: 0.26, 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 #485934 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 52 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.65 |
| HSL | 87.57º | 0.26% | 0.28% | - |
| HSV(B) | 87.57º | 0.42% | 0.35% | - |
| XYZ | 6.86 | 8.77 | 4.58 | - |
| YUV | 79.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 52 | 0.19 | 0 | 0.42 | 0.65 | 87.57 | 0.26 | 0.28 |
| Hex | 48 | 59 | 34 | 13 | 0 | 2A | 41 | 58 | 1A | 1C |
| Octal | 110 | 131 | 64 | 23 | 0 | 52 | 101 | 130 | 32 | 34 |
| Binary | 1001000 | 1011001 | 110100 | 10011 | 0 | 101010 | 1000001 | 1011000 | 11010 | 11100 |
Color Harmonies of #485934
Complementary color
Monochromatic Colors of #485934
Black with #485934
Text Example
Text Example
White with #485934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485934; }
p { color: rgb(72,89,52); }
H1.HeaderClassName
{
color: #485934;
}
.AnyTagClassName
{
color: #485934;
}
</style>
background-color css
<style>
a { background-color: #485934; }
a { background-color: rgb(72,89,52); }
div.DivClassName
{
background-color: #485934;
}
.BgClassName
{
background-color: #485934;
}
</style>
border-color css
<style>
span { border-color: #485934; }
span { border-color: rgb(72,89,52); }
td.TdClassName
{
border-color: #485934;
}
.TagClassName
{
border-color: #485934;
}
</style>