Shades of Clover #485A31
Tints of Clover #485A31
RGB
CMYK
RGB Variations
Color information
#485A31 (or 0x485A31) is known color: Clover. HEX triplet: 48, 5A and 31. RGB value is (72,90,49). Sum of RGB (Red+Green+Blue) = 72+90+49=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #485A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A31 is #B7A5CE. Grayscale: #505050. Windows color (decimal): -12035535 or 3234376. OLE color: 3234376.
HSL color Cylindrical-coordinate representation of color #485A31: hue angle of 86.34º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485A31 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 49 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.65 |
| HSL | 86.34º | 0.29% | 0.27% | - |
| HSV(B) | 86.34º | 0.46% | 0.35% | - |
| XYZ | 6.88 | 8.91 | 4.26 | - |
| YUV | 79.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 49 | 0.20 | 0 | 0.46 | 0.65 | 86.34 | 0.29 | 0.27 |
| Hex | 48 | 5A | 31 | 14 | 0 | 2E | 41 | 56 | 1D | 1B |
| Octal | 110 | 132 | 61 | 24 | 0 | 56 | 101 | 126 | 35 | 33 |
| Binary | 1001000 | 1011010 | 110001 | 10100 | 0 | 101110 | 1000001 | 1010110 | 11101 | 11011 |
Color Harmonies of #485A31
Complementary color
Monochromatic Colors of #485A31
Black with #485A31
Text Example
Text Example
White with #485A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A31; }
p { color: rgb(72,90,49); }
H1.HeaderClassName
{
color: #485A31;
}
.AnyTagClassName
{
color: #485A31;
}
</style>
background-color css
<style>
a { background-color: #485A31; }
a { background-color: rgb(72,90,49); }
div.DivClassName
{
background-color: #485A31;
}
.BgClassName
{
background-color: #485A31;
}
</style>
border-color css
<style>
span { border-color: #485A31; }
span { border-color: rgb(72,90,49); }
td.TdClassName
{
border-color: #485A31;
}
.TagClassName
{
border-color: #485A31;
}
</style>