Shades of Clover #485C32
Tints of Clover #485C32
RGB
CMYK
RGB Variations
Color information
#485C32 (or 0x485C32) is known color: Clover. HEX triplet: 48, 5C and 32. RGB value is (72,92,50). Sum of RGB (Red+Green+Blue) = 72+92+50=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #485C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C32 is #B7A3CD. Grayscale: #515151. Windows color (decimal): -12035022 or 3300424. OLE color: 3300424.
HSL color Cylindrical-coordinate representation of color #485C32: hue angle of 88.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485C32 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 50 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.64 |
| HSL | 88.57º | 0.3% | 0.28% | - |
| HSV(B) | 88.57º | 0.46% | 0.36% | - |
| XYZ | 7.08 | 9.26 | 4.43 | - |
| YUV | 81.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 50 | 0.22 | 0 | 0.46 | 0.64 | 88.57 | 0.3 | 0.28 |
| Hex | 48 | 5C | 32 | 16 | 0 | 2E | 40 | 59 | 1E | 1C |
| Octal | 110 | 134 | 62 | 26 | 0 | 56 | 100 | 131 | 36 | 34 |
| Binary | 1001000 | 1011100 | 110010 | 10110 | 0 | 101110 | 1000000 | 1011001 | 11110 | 11100 |
Color Harmonies of #485C32
Complementary color
Monochromatic Colors of #485C32
Black with #485C32
Text Example
Text Example
White with #485C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C32; }
p { color: rgb(72,92,50); }
H1.HeaderClassName
{
color: #485C32;
}
.AnyTagClassName
{
color: #485C32;
}
</style>
background-color css
<style>
a { background-color: #485C32; }
a { background-color: rgb(72,92,50); }
div.DivClassName
{
background-color: #485C32;
}
.BgClassName
{
background-color: #485C32;
}
</style>
border-color css
<style>
span { border-color: #485C32; }
span { border-color: rgb(72,92,50); }
td.TdClassName
{
border-color: #485C32;
}
.TagClassName
{
border-color: #485C32;
}
</style>