Shades of Clover #485829
Tints of Clover #485829
RGB
CMYK
RGB Variations
Color information
#485829 (or 0x485829) is known color: Clover. HEX triplet: 48, 58 and 29. RGB value is (72,88,41). Sum of RGB (Red+Green+Blue) = 72+88+41=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #485829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485829 is #B7A7D6. Grayscale: #4E4E4E. Windows color (decimal): -12036055 or 2709576. OLE color: 2709576.
HSL color Cylindrical-coordinate representation of color #485829: hue angle of 80.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485829 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 41 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.65 |
| HSL | 80.43º | 0.36% | 0.25% | - |
| HSV(B) | 80.43º | 0.53% | 0.35% | - |
| XYZ | 6.56 | 8.52 | 3.4 | - |
| YUV | 77.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 41 | 0.18 | 0 | 0.53 | 0.65 | 80.43 | 0.36 | 0.25 |
| Hex | 48 | 58 | 29 | 12 | 0 | 35 | 41 | 50 | 24 | 19 |
| Octal | 110 | 130 | 51 | 22 | 0 | 65 | 101 | 120 | 44 | 31 |
| Binary | 1001000 | 1011000 | 101001 | 10010 | 0 | 110101 | 1000001 | 1010000 | 100100 | 11001 |
Color Harmonies of #485829
Complementary color
Monochromatic Colors of #485829
Black with #485829
Text Example
Text Example
White with #485829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485829; }
p { color: rgb(72,88,41); }
H1.HeaderClassName
{
color: #485829;
}
.AnyTagClassName
{
color: #485829;
}
</style>
background-color css
<style>
a { background-color: #485829; }
a { background-color: rgb(72,88,41); }
div.DivClassName
{
background-color: #485829;
}
.BgClassName
{
background-color: #485829;
}
</style>
border-color css
<style>
span { border-color: #485829; }
span { border-color: rgb(72,88,41); }
td.TdClassName
{
border-color: #485829;
}
.TagClassName
{
border-color: #485829;
}
</style>