Shades of Clover #485533
Tints of Clover #485533
RGB
CMYK
RGB Variations
Color information
#485533 (or 0x485533) is known color: Clover. HEX triplet: 48, 55 and 33. RGB value is (72,85,51). Sum of RGB (Red+Green+Blue) = 72+85+51=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #485533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485533 is #B7AACC. Grayscale: #4D4D4D. Windows color (decimal): -12036813 or 3364168. OLE color: 3364168.
HSL color Cylindrical-coordinate representation of color #485533: hue angle of 82.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485533 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 51 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.67 |
| HSL | 82.94º | 0.25% | 0.27% | - |
| HSV(B) | 82.94º | 0.4% | 0.33% | - |
| XYZ | 6.52 | 8.11 | 4.35 | - |
| YUV | 77.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 51 | 0.15 | 0 | 0.40 | 0.67 | 82.94 | 0.25 | 0.27 |
| Hex | 48 | 55 | 33 | F | 0 | 28 | 43 | 53 | 19 | 1B |
| Octal | 110 | 125 | 63 | 17 | 0 | 50 | 103 | 123 | 31 | 33 |
| Binary | 1001000 | 1010101 | 110011 | 1111 | 0 | 101000 | 1000011 | 1010011 | 11001 | 11011 |
Color Harmonies of #485533
Complementary color
Monochromatic Colors of #485533
Black with #485533
Text Example
Text Example
White with #485533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485533; }
p { color: rgb(72,85,51); }
H1.HeaderClassName
{
color: #485533;
}
.AnyTagClassName
{
color: #485533;
}
</style>
background-color css
<style>
a { background-color: #485533; }
a { background-color: rgb(72,85,51); }
div.DivClassName
{
background-color: #485533;
}
.BgClassName
{
background-color: #485533;
}
</style>
border-color css
<style>
span { border-color: #485533; }
span { border-color: rgb(72,85,51); }
td.TdClassName
{
border-color: #485533;
}
.TagClassName
{
border-color: #485533;
}
</style>