Shades of Clover #486123
Tints of Clover #486123
RGB
CMYK
RGB Variations
Color information
#486123 (or 0x486123) is known color: Clover. HEX triplet: 48, 61 and 23. RGB value is (72,97,35). Sum of RGB (Red+Green+Blue) = 72+97+35=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #486123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486123 is #B79EDC. Grayscale: #525252. Windows color (decimal): -12033757 or 2318664. OLE color: 2318664.
HSL color Cylindrical-coordinate representation of color #486123: hue angle of 84.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486123 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 35 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.62 |
| HSL | 84.19º | 0.47% | 0.26% | - |
| HSV(B) | 84.19º | 0.64% | 0.38% | - |
| XYZ | 7.25 | 10.05 | 3.15 | - |
| YUV | 82.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 35 | 0.26 | 0 | 0.64 | 0.62 | 84.19 | 0.47 | 0.26 |
| Hex | 48 | 61 | 23 | 1A | 0 | 40 | 3E | 54 | 2F | 1A |
| Octal | 110 | 141 | 43 | 32 | 0 | 100 | 76 | 124 | 57 | 32 |
| Binary | 1001000 | 1100001 | 100011 | 11010 | 0 | 1000000 | 111110 | 1010100 | 101111 | 11010 |
Color Harmonies of #486123
Complementary color
Monochromatic Colors of #486123
Black with #486123
Text Example
Text Example
White with #486123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486123; }
p { color: rgb(72,97,35); }
H1.HeaderClassName
{
color: #486123;
}
.AnyTagClassName
{
color: #486123;
}
</style>
background-color css
<style>
a { background-color: #486123; }
a { background-color: rgb(72,97,35); }
div.DivClassName
{
background-color: #486123;
}
.BgClassName
{
background-color: #486123;
}
</style>
border-color css
<style>
span { border-color: #486123; }
span { border-color: rgb(72,97,35); }
td.TdClassName
{
border-color: #486123;
}
.TagClassName
{
border-color: #486123;
}
</style>