Shades of Clover #485536
Tints of Clover #485536
RGB
CMYK
RGB Variations
Color information
#485536 (or 0x485536) is known color: Clover. HEX triplet: 48, 55 and 36. RGB value is (72,85,54). Sum of RGB (Red+Green+Blue) = 72+85+54=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #485536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485536 is #B7AAC9. Grayscale: #4D4D4D. Windows color (decimal): -12036810 or 3560776. OLE color: 3560776.
HSL color Cylindrical-coordinate representation of color #485536: hue angle of 85.16º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485536 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 54 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.67 |
| HSL | 85.16º | 0.22% | 0.27% | - |
| HSV(B) | 85.16º | 0.36% | 0.33% | - |
| XYZ | 6.59 | 8.14 | 4.71 | - |
| YUV | 77.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 54 | 0.15 | 0 | 0.36 | 0.67 | 85.16 | 0.22 | 0.27 |
| Hex | 48 | 55 | 36 | F | 0 | 24 | 43 | 55 | 16 | 1B |
| Octal | 110 | 125 | 66 | 17 | 0 | 44 | 103 | 125 | 26 | 33 |
| Binary | 1001000 | 1010101 | 110110 | 1111 | 0 | 100100 | 1000011 | 1010101 | 10110 | 11011 |
Color Harmonies of #485536
Complementary color
Monochromatic Colors of #485536
Black with #485536
Text Example
Text Example
White with #485536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485536; }
p { color: rgb(72,85,54); }
H1.HeaderClassName
{
color: #485536;
}
.AnyTagClassName
{
color: #485536;
}
</style>
background-color css
<style>
a { background-color: #485536; }
a { background-color: rgb(72,85,54); }
div.DivClassName
{
background-color: #485536;
}
.BgClassName
{
background-color: #485536;
}
</style>
border-color css
<style>
span { border-color: #485536; }
span { border-color: rgb(72,85,54); }
td.TdClassName
{
border-color: #485536;
}
.TagClassName
{
border-color: #485536;
}
</style>