Shades of Clover #485D20
Tints of Clover #485D20
RGB
CMYK
RGB Variations
Color information
#485D20 (or 0x485D20) is known color: Clover. HEX triplet: 48, 5D and 20. RGB value is (72,93,32). Sum of RGB (Red+Green+Blue) = 72+93+32=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #485D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D20 is #B7A2DF. Grayscale: #4F4F4F. Windows color (decimal): -12034784 or 2121032. OLE color: 2121032.
HSL color Cylindrical-coordinate representation of color #485D20: hue angle of 80.66º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485D20 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 32 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.64 |
| HSL | 80.66º | 0.49% | 0.25% | - |
| HSV(B) | 80.66º | 0.66% | 0.36% | - |
| XYZ | 6.85 | 9.31 | 2.8 | - |
| YUV | 79.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 32 | 0.23 | 0 | 0.66 | 0.64 | 80.66 | 0.49 | 0.25 |
| Hex | 48 | 5D | 20 | 17 | 0 | 42 | 40 | 51 | 31 | 19 |
| Octal | 110 | 135 | 40 | 27 | 0 | 102 | 100 | 121 | 61 | 31 |
| Binary | 1001000 | 1011101 | 100000 | 10111 | 0 | 1000010 | 1000000 | 1010001 | 110001 | 11001 |
Color Harmonies of #485D20
Complementary color
Monochromatic Colors of #485D20
Black with #485D20
Text Example
Text Example
White with #485D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D20; }
p { color: rgb(72,93,32); }
H1.HeaderClassName
{
color: #485D20;
}
.AnyTagClassName
{
color: #485D20;
}
</style>
background-color css
<style>
a { background-color: #485D20; }
a { background-color: rgb(72,93,32); }
div.DivClassName
{
background-color: #485D20;
}
.BgClassName
{
background-color: #485D20;
}
</style>
border-color css
<style>
span { border-color: #485D20; }
span { border-color: rgb(72,93,32); }
td.TdClassName
{
border-color: #485D20;
}
.TagClassName
{
border-color: #485D20;
}
</style>