Shades of Clover #485A33
Tints of Clover #485A33
RGB
CMYK
RGB Variations
Color information
#485A33 (or 0x485A33) is known color: Clover. HEX triplet: 48, 5A and 33. RGB value is (72,90,51). Sum of RGB (Red+Green+Blue) = 72+90+51=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #485A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A33 is #B7A5CC. Grayscale: #505050. Windows color (decimal): -12035533 or 3365448. OLE color: 3365448.
HSL color Cylindrical-coordinate representation of color #485A33: hue angle of 87.69º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #485A33 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 51 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.65 |
| HSL | 87.69º | 0.28% | 0.28% | - |
| HSV(B) | 87.69º | 0.43% | 0.35% | - |
| XYZ | 6.93 | 8.93 | 4.49 | - |
| YUV | 80.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 51 | 0.20 | 0 | 0.43 | 0.65 | 87.69 | 0.28 | 0.28 |
| Hex | 48 | 5A | 33 | 14 | 0 | 2B | 41 | 58 | 1C | 1C |
| Octal | 110 | 132 | 63 | 24 | 0 | 53 | 101 | 130 | 34 | 34 |
| Binary | 1001000 | 1011010 | 110011 | 10100 | 0 | 101011 | 1000001 | 1011000 | 11100 | 11100 |
Color Harmonies of #485A33
Complementary color
Monochromatic Colors of #485A33
Black with #485A33
Text Example
Text Example
White with #485A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A33; }
p { color: rgb(72,90,51); }
H1.HeaderClassName
{
color: #485A33;
}
.AnyTagClassName
{
color: #485A33;
}
</style>
background-color css
<style>
a { background-color: #485A33; }
a { background-color: rgb(72,90,51); }
div.DivClassName
{
background-color: #485A33;
}
.BgClassName
{
background-color: #485A33;
}
</style>
border-color css
<style>
span { border-color: #485A33; }
span { border-color: rgb(72,90,51); }
td.TdClassName
{
border-color: #485A33;
}
.TagClassName
{
border-color: #485A33;
}
</style>