Shades of Clover #486022
Tints of Clover #486022
RGB
CMYK
RGB Variations
Color information
#486022 (or 0x486022) is known color: Clover. HEX triplet: 48, 60 and 22. RGB value is (72,96,34). Sum of RGB (Red+Green+Blue) = 72+96+34=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #486022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486022 is #B79FDD. Grayscale: #515151. Windows color (decimal): -12034014 or 2252872. OLE color: 2252872.
HSL color Cylindrical-coordinate representation of color #486022: hue angle of 83.23º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486022 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 34 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.62 |
| HSL | 83.23º | 0.48% | 0.25% | - |
| HSV(B) | 83.23º | 0.65% | 0.38% | - |
| XYZ | 7.14 | 9.86 | 3.04 | - |
| YUV | 81.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 34 | 0.25 | 0 | 0.65 | 0.62 | 83.23 | 0.48 | 0.25 |
| Hex | 48 | 60 | 22 | 19 | 0 | 41 | 3E | 53 | 30 | 19 |
| Octal | 110 | 140 | 42 | 31 | 0 | 101 | 76 | 123 | 60 | 31 |
| Binary | 1001000 | 1100000 | 100010 | 11001 | 0 | 1000001 | 111110 | 1010011 | 110000 | 11001 |
Color Harmonies of #486022
Complementary color
Monochromatic Colors of #486022
Black with #486022
Text Example
Text Example
White with #486022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486022; }
p { color: rgb(72,96,34); }
H1.HeaderClassName
{
color: #486022;
}
.AnyTagClassName
{
color: #486022;
}
</style>
background-color css
<style>
a { background-color: #486022; }
a { background-color: rgb(72,96,34); }
div.DivClassName
{
background-color: #486022;
}
.BgClassName
{
background-color: #486022;
}
</style>
border-color css
<style>
span { border-color: #486022; }
span { border-color: rgb(72,96,34); }
td.TdClassName
{
border-color: #486022;
}
.TagClassName
{
border-color: #486022;
}
</style>