Shades of Clover #485036
Tints of Clover #485036
RGB
CMYK
RGB Variations
Color information
#485036 (or 0x485036) is known color: Clover. HEX triplet: 48, 50 and 36. RGB value is (72,80,54). Sum of RGB (Red+Green+Blue) = 72+80+54=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #485036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485036 is #B7AFC9. Grayscale: #4A4A4A. Windows color (decimal): -12038090 or 3559496. OLE color: 3559496.
HSL color Cylindrical-coordinate representation of color #485036: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #485036 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 54 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.69 |
| HSL | 78.46º | 0.19% | 0.26% | - |
| HSV(B) | 78.46º | 0.33% | 0.31% | - |
| XYZ | 6.21 | 7.38 | 4.59 | - |
| YUV | 74.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 54 | 0.10 | 0 | 0.33 | 0.69 | 78.46 | 0.19 | 0.26 |
| Hex | 48 | 50 | 36 | A | 0 | 21 | 45 | 4E | 13 | 1A |
| Octal | 110 | 120 | 66 | 12 | 0 | 41 | 105 | 116 | 23 | 32 |
| Binary | 1001000 | 1010000 | 110110 | 1010 | 0 | 100001 | 1000101 | 1001110 | 10011 | 11010 |
Color Harmonies of #485036
Complementary color
Monochromatic Colors of #485036
Black with #485036
Text Example
Text Example
White with #485036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485036; }
p { color: rgb(72,80,54); }
H1.HeaderClassName
{
color: #485036;
}
.AnyTagClassName
{
color: #485036;
}
</style>
background-color css
<style>
a { background-color: #485036; }
a { background-color: rgb(72,80,54); }
div.DivClassName
{
background-color: #485036;
}
.BgClassName
{
background-color: #485036;
}
</style>
border-color css
<style>
span { border-color: #485036; }
span { border-color: rgb(72,80,54); }
td.TdClassName
{
border-color: #485036;
}
.TagClassName
{
border-color: #485036;
}
</style>