Shades of Clover #485232
Tints of Clover #485232
RGB
CMYK
RGB Variations
Color information
#485232 (or 0x485232) is known color: Clover. HEX triplet: 48, 52 and 32. RGB value is (72,82,50). Sum of RGB (Red+Green+Blue) = 72+82+50=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #485232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485232 is #B7ADCD. Grayscale: #4B4B4B. Windows color (decimal): -12037582 or 3297864. OLE color: 3297864.
HSL color Cylindrical-coordinate representation of color #485232: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485232 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 50 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.68 |
| HSL | 78.75º | 0.24% | 0.26% | - |
| HSV(B) | 78.75º | 0.39% | 0.32% | - |
| XYZ | 6.27 | 7.64 | 4.16 | - |
| YUV | 75.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 50 | 0.12 | 0 | 0.39 | 0.68 | 78.75 | 0.24 | 0.26 |
| Hex | 48 | 52 | 32 | C | 0 | 27 | 44 | 4F | 18 | 1A |
| Octal | 110 | 122 | 62 | 14 | 0 | 47 | 104 | 117 | 30 | 32 |
| Binary | 1001000 | 1010010 | 110010 | 1100 | 0 | 100111 | 1000100 | 1001111 | 11000 | 11010 |
Color Harmonies of #485232
Complementary color
Monochromatic Colors of #485232
Black with #485232
Text Example
Text Example
White with #485232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485232; }
p { color: rgb(72,82,50); }
H1.HeaderClassName
{
color: #485232;
}
.AnyTagClassName
{
color: #485232;
}
</style>
background-color css
<style>
a { background-color: #485232; }
a { background-color: rgb(72,82,50); }
div.DivClassName
{
background-color: #485232;
}
.BgClassName
{
background-color: #485232;
}
</style>
border-color css
<style>
span { border-color: #485232; }
span { border-color: rgb(72,82,50); }
td.TdClassName
{
border-color: #485232;
}
.TagClassName
{
border-color: #485232;
}
</style>