Shades of Clover #485538
Tints of Clover #485538
RGB
CMYK
RGB Variations
Color information
#485538 (or 0x485538) is known color: Clover. HEX triplet: 48, 55 and 38. RGB value is (72,85,56). Sum of RGB (Red+Green+Blue) = 72+85+56=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #485538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485538 is #B7AAC7. Grayscale: #4D4D4D. Windows color (decimal): -12036808 or 3691848. OLE color: 3691848.
HSL color Cylindrical-coordinate representation of color #485538: hue angle of 86.9º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485538 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 56 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.67 |
| HSL | 86.9º | 0.21% | 0.28% | - |
| HSV(B) | 86.9º | 0.34% | 0.33% | - |
| XYZ | 6.63 | 8.16 | 4.97 | - |
| YUV | 77.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 56 | 0.15 | 0 | 0.34 | 0.67 | 86.9 | 0.21 | 0.28 |
| Hex | 48 | 55 | 38 | F | 0 | 22 | 43 | 57 | 15 | 1C |
| Octal | 110 | 125 | 70 | 17 | 0 | 42 | 103 | 127 | 25 | 34 |
| Binary | 1001000 | 1010101 | 111000 | 1111 | 0 | 100010 | 1000011 | 1010111 | 10101 | 11100 |
Color Harmonies of #485538
Complementary color
Monochromatic Colors of #485538
Black with #485538
Text Example
Text Example
White with #485538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485538; }
p { color: rgb(72,85,56); }
H1.HeaderClassName
{
color: #485538;
}
.AnyTagClassName
{
color: #485538;
}
</style>
background-color css
<style>
a { background-color: #485538; }
a { background-color: rgb(72,85,56); }
div.DivClassName
{
background-color: #485538;
}
.BgClassName
{
background-color: #485538;
}
</style>
border-color css
<style>
span { border-color: #485538; }
span { border-color: rgb(72,85,56); }
td.TdClassName
{
border-color: #485538;
}
.TagClassName
{
border-color: #485538;
}
</style>