Shades of Clover #485729
Tints of Clover #485729
RGB
CMYK
RGB Variations
Color information
#485729 (or 0x485729) is known color: Clover. HEX triplet: 48, 57 and 29. RGB value is (72,87,41). Sum of RGB (Red+Green+Blue) = 72+87+41=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #485729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485729 is #B7A8D6. Grayscale: #4D4D4D. Windows color (decimal): -12036311 or 2709320. OLE color: 2709320.
HSL color Cylindrical-coordinate representation of color #485729: hue angle of 79.57º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485729 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 41 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.66 |
| HSL | 79.57º | 0.36% | 0.25% | - |
| HSV(B) | 79.57º | 0.53% | 0.34% | - |
| XYZ | 6.48 | 8.35 | 3.37 | - |
| YUV | 77.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 41 | 0.17 | 0 | 0.53 | 0.66 | 79.57 | 0.36 | 0.25 |
| Hex | 48 | 57 | 29 | 11 | 0 | 35 | 42 | 50 | 24 | 19 |
| Octal | 110 | 127 | 51 | 21 | 0 | 65 | 102 | 120 | 44 | 31 |
| Binary | 1001000 | 1010111 | 101001 | 10001 | 0 | 110101 | 1000010 | 1010000 | 100100 | 11001 |
Color Harmonies of #485729
Complementary color
Monochromatic Colors of #485729
Black with #485729
Text Example
Text Example
White with #485729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485729; }
p { color: rgb(72,87,41); }
H1.HeaderClassName
{
color: #485729;
}
.AnyTagClassName
{
color: #485729;
}
</style>
background-color css
<style>
a { background-color: #485729; }
a { background-color: rgb(72,87,41); }
div.DivClassName
{
background-color: #485729;
}
.BgClassName
{
background-color: #485729;
}
</style>
border-color css
<style>
span { border-color: #485729; }
span { border-color: rgb(72,87,41); }
td.TdClassName
{
border-color: #485729;
}
.TagClassName
{
border-color: #485729;
}
</style>