Shades of Clover #485529
Tints of Clover #485529
RGB
CMYK
RGB Variations
Color information
#485529 (or 0x485529) is known color: Clover. HEX triplet: 48, 55 and 29. RGB value is (72,85,41). Sum of RGB (Red+Green+Blue) = 72+85+41=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #485529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485529 is #B7AAD6. Grayscale: #4C4C4C. Windows color (decimal): -12036823 or 2708808. OLE color: 2708808.
HSL color Cylindrical-coordinate representation of color #485529: hue angle of 77.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485529 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 41 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.67 |
| HSL | 77.73º | 0.35% | 0.25% | - |
| HSV(B) | 77.73º | 0.52% | 0.33% | - |
| XYZ | 6.32 | 8.03 | 3.32 | - |
| YUV | 76.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 41 | 0.15 | 0 | 0.52 | 0.67 | 77.73 | 0.35 | 0.25 |
| Hex | 48 | 55 | 29 | F | 0 | 34 | 43 | 4E | 23 | 19 |
| Octal | 110 | 125 | 51 | 17 | 0 | 64 | 103 | 116 | 43 | 31 |
| Binary | 1001000 | 1010101 | 101001 | 1111 | 0 | 110100 | 1000011 | 1001110 | 100011 | 11001 |
Color Harmonies of #485529
Complementary color
Monochromatic Colors of #485529
Black with #485529
Text Example
Text Example
White with #485529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485529; }
p { color: rgb(72,85,41); }
H1.HeaderClassName
{
color: #485529;
}
.AnyTagClassName
{
color: #485529;
}
</style>
background-color css
<style>
a { background-color: #485529; }
a { background-color: rgb(72,85,41); }
div.DivClassName
{
background-color: #485529;
}
.BgClassName
{
background-color: #485529;
}
</style>
border-color css
<style>
span { border-color: #485529; }
span { border-color: rgb(72,85,41); }
td.TdClassName
{
border-color: #485529;
}
.TagClassName
{
border-color: #485529;
}
</style>