Shades of Clover #485236
Tints of Clover #485236
RGB
CMYK
RGB Variations
Color information
#485236 (or 0x485236) is known color: Clover. HEX triplet: 48, 52 and 36. RGB value is (72,82,54). Sum of RGB (Red+Green+Blue) = 72+82+54=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #485236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485236 is #B7ADC9. Grayscale: #4B4B4B. Windows color (decimal): -12037578 or 3560008. OLE color: 3560008.
HSL color Cylindrical-coordinate representation of color #485236: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485236 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 54 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.68 |
| HSL | 81.43º | 0.21% | 0.27% | - |
| HSV(B) | 81.43º | 0.34% | 0.32% | - |
| XYZ | 6.36 | 7.68 | 4.64 | - |
| YUV | 75.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 54 | 0.12 | 0 | 0.34 | 0.68 | 81.43 | 0.21 | 0.27 |
| Hex | 48 | 52 | 36 | C | 0 | 22 | 44 | 51 | 15 | 1B |
| Octal | 110 | 122 | 66 | 14 | 0 | 42 | 104 | 121 | 25 | 33 |
| Binary | 1001000 | 1010010 | 110110 | 1100 | 0 | 100010 | 1000100 | 1010001 | 10101 | 11011 |
Color Harmonies of #485236
Complementary color
Monochromatic Colors of #485236
Black with #485236
Text Example
Text Example
White with #485236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485236; }
p { color: rgb(72,82,54); }
H1.HeaderClassName
{
color: #485236;
}
.AnyTagClassName
{
color: #485236;
}
</style>
background-color css
<style>
a { background-color: #485236; }
a { background-color: rgb(72,82,54); }
div.DivClassName
{
background-color: #485236;
}
.BgClassName
{
background-color: #485236;
}
</style>
border-color css
<style>
span { border-color: #485236; }
span { border-color: rgb(72,82,54); }
td.TdClassName
{
border-color: #485236;
}
.TagClassName
{
border-color: #485236;
}
</style>