Shades of Clover #486124
Tints of Clover #486124
RGB
CMYK
RGB Variations
Color information
#486124 (or 0x486124) is known color: Clover. HEX triplet: 48, 61 and 24. RGB value is (72,97,36). Sum of RGB (Red+Green+Blue) = 72+97+36=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #486124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486124 is #B79EDB. Grayscale: #525252. Windows color (decimal): -12033756 or 2384200. OLE color: 2384200.
HSL color Cylindrical-coordinate representation of color #486124: hue angle of 84.59º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486124 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 36 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.62 |
| HSL | 84.59º | 0.46% | 0.26% | - |
| HSV(B) | 84.59º | 0.63% | 0.38% | - |
| XYZ | 7.27 | 10.05 | 3.23 | - |
| YUV | 82.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 36 | 0.26 | 0 | 0.63 | 0.62 | 84.59 | 0.46 | 0.26 |
| Hex | 48 | 61 | 24 | 1A | 0 | 3F | 3E | 55 | 2E | 1A |
| Octal | 110 | 141 | 44 | 32 | 0 | 77 | 76 | 125 | 56 | 32 |
| Binary | 1001000 | 1100001 | 100100 | 11010 | 0 | 111111 | 111110 | 1010101 | 101110 | 11010 |
Color Harmonies of #486124
Complementary color
Monochromatic Colors of #486124
Black with #486124
Text Example
Text Example
White with #486124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486124; }
p { color: rgb(72,97,36); }
H1.HeaderClassName
{
color: #486124;
}
.AnyTagClassName
{
color: #486124;
}
</style>
background-color css
<style>
a { background-color: #486124; }
a { background-color: rgb(72,97,36); }
div.DivClassName
{
background-color: #486124;
}
.BgClassName
{
background-color: #486124;
}
</style>
border-color css
<style>
span { border-color: #486124; }
span { border-color: rgb(72,97,36); }
td.TdClassName
{
border-color: #486124;
}
.TagClassName
{
border-color: #486124;
}
</style>