Shades of Clover #486127
Tints of Clover #486127
RGB
CMYK
RGB Variations
Color information
#486127 (or 0x486127) is known color: Clover. HEX triplet: 48, 61 and 27. RGB value is (72,97,39). Sum of RGB (Red+Green+Blue) = 72+97+39=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #486127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486127 is #B79ED8. Grayscale: #535353. Windows color (decimal): -12033753 or 2580808. OLE color: 2580808.
HSL color Cylindrical-coordinate representation of color #486127: hue angle of 85.86º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486127 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 39 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.62 |
| HSL | 85.86º | 0.43% | 0.27% | - |
| HSV(B) | 85.86º | 0.6% | 0.38% | - |
| XYZ | 7.31 | 10.07 | 3.48 | - |
| YUV | 82.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 39 | 0.26 | 0 | 0.60 | 0.62 | 85.86 | 0.43 | 0.27 |
| Hex | 48 | 61 | 27 | 1A | 0 | 3C | 3E | 56 | 2B | 1B |
| Octal | 110 | 141 | 47 | 32 | 0 | 74 | 76 | 126 | 53 | 33 |
| Binary | 1001000 | 1100001 | 100111 | 11010 | 0 | 111100 | 111110 | 1010110 | 101011 | 11011 |
Color Harmonies of #486127
Complementary color
Monochromatic Colors of #486127
Black with #486127
Text Example
Text Example
White with #486127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486127; }
p { color: rgb(72,97,39); }
H1.HeaderClassName
{
color: #486127;
}
.AnyTagClassName
{
color: #486127;
}
</style>
background-color css
<style>
a { background-color: #486127; }
a { background-color: rgb(72,97,39); }
div.DivClassName
{
background-color: #486127;
}
.BgClassName
{
background-color: #486127;
}
</style>
border-color css
<style>
span { border-color: #486127; }
span { border-color: rgb(72,97,39); }
td.TdClassName
{
border-color: #486127;
}
.TagClassName
{
border-color: #486127;
}
</style>