Shades of Clover #485D22
Tints of Clover #485D22
RGB
CMYK
RGB Variations
Color information
#485D22 (or 0x485D22) is known color: Clover. HEX triplet: 48, 5D and 22. RGB value is (72,93,34). Sum of RGB (Red+Green+Blue) = 72+93+34=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #485D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D22 is #B7A2DD. Grayscale: #505050. Windows color (decimal): -12034782 or 2252104. OLE color: 2252104.
HSL color Cylindrical-coordinate representation of color #485D22: hue angle of 81.36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485D22 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 34 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.64 |
| HSL | 81.36º | 0.46% | 0.25% | - |
| HSV(B) | 81.36º | 0.63% | 0.36% | - |
| XYZ | 6.88 | 9.32 | 2.95 | - |
| YUV | 80 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 34 | 0.23 | 0 | 0.63 | 0.64 | 81.36 | 0.46 | 0.25 |
| Hex | 48 | 5D | 22 | 17 | 0 | 3F | 40 | 51 | 2E | 19 |
| Octal | 110 | 135 | 42 | 27 | 0 | 77 | 100 | 121 | 56 | 31 |
| Binary | 1001000 | 1011101 | 100010 | 10111 | 0 | 111111 | 1000000 | 1010001 | 101110 | 11001 |
Color Harmonies of #485D22
Complementary color
Monochromatic Colors of #485D22
Black with #485D22
Text Example
Text Example
White with #485D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D22; }
p { color: rgb(72,93,34); }
H1.HeaderClassName
{
color: #485D22;
}
.AnyTagClassName
{
color: #485D22;
}
</style>
background-color css
<style>
a { background-color: #485D22; }
a { background-color: rgb(72,93,34); }
div.DivClassName
{
background-color: #485D22;
}
.BgClassName
{
background-color: #485D22;
}
</style>
border-color css
<style>
span { border-color: #485D22; }
span { border-color: rgb(72,93,34); }
td.TdClassName
{
border-color: #485D22;
}
.TagClassName
{
border-color: #485D22;
}
</style>