Shades of Clover #486128
Tints of Clover #486128
RGB
CMYK
RGB Variations
Color information
#486128 (or 0x486128) is known color: Clover. HEX triplet: 48, 61 and 28. RGB value is (72,97,40). Sum of RGB (Red+Green+Blue) = 72+97+40=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #486128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486128 is #B79ED7. Grayscale: #535353. Windows color (decimal): -12033752 or 2646344. OLE color: 2646344.
HSL color Cylindrical-coordinate representation of color #486128: hue angle of 86.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486128 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 40 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.62 |
| HSL | 86.32º | 0.42% | 0.27% | - |
| HSV(B) | 86.32º | 0.59% | 0.38% | - |
| XYZ | 7.33 | 10.08 | 3.57 | - |
| YUV | 83.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 40 | 0.26 | 0 | 0.59 | 0.62 | 86.32 | 0.42 | 0.27 |
| Hex | 48 | 61 | 28 | 1A | 0 | 3B | 3E | 56 | 2A | 1B |
| Octal | 110 | 141 | 50 | 32 | 0 | 73 | 76 | 126 | 52 | 33 |
| Binary | 1001000 | 1100001 | 101000 | 11010 | 0 | 111011 | 111110 | 1010110 | 101010 | 11011 |
Color Harmonies of #486128
Complementary color
Monochromatic Colors of #486128
Black with #486128
Text Example
Text Example
White with #486128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486128; }
p { color: rgb(72,97,40); }
H1.HeaderClassName
{
color: #486128;
}
.AnyTagClassName
{
color: #486128;
}
</style>
background-color css
<style>
a { background-color: #486128; }
a { background-color: rgb(72,97,40); }
div.DivClassName
{
background-color: #486128;
}
.BgClassName
{
background-color: #486128;
}
</style>
border-color css
<style>
span { border-color: #486128; }
span { border-color: rgb(72,97,40); }
td.TdClassName
{
border-color: #486128;
}
.TagClassName
{
border-color: #486128;
}
</style>