Shades of Clover #485133
Tints of Clover #485133
RGB
CMYK
RGB Variations
Color information
#485133 (or 0x485133) is known color: Clover. HEX triplet: 48, 51 and 33. RGB value is (72,81,51). Sum of RGB (Red+Green+Blue) = 72+81+51=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #485133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485133 is #B7AECC. Grayscale: #4B4B4B. Windows color (decimal): -12037837 or 3363144. OLE color: 3363144.
HSL color Cylindrical-coordinate representation of color #485133: hue angle of 78º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485133 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 51 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.68 |
| HSL | 78º | 0.23% | 0.26% | - |
| HSV(B) | 78º | 0.37% | 0.32% | - |
| XYZ | 6.21 | 7.5 | 4.25 | - |
| YUV | 74.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 51 | 0.11 | 0 | 0.37 | 0.68 | 78 | 0.23 | 0.26 |
| Hex | 48 | 51 | 33 | B | 0 | 25 | 44 | 4E | 17 | 1A |
| Octal | 110 | 121 | 63 | 13 | 0 | 45 | 104 | 116 | 27 | 32 |
| Binary | 1001000 | 1010001 | 110011 | 1011 | 0 | 100101 | 1000100 | 1001110 | 10111 | 11010 |
Color Harmonies of #485133
Complementary color
Monochromatic Colors of #485133
Black with #485133
Text Example
Text Example
White with #485133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485133; }
p { color: rgb(72,81,51); }
H1.HeaderClassName
{
color: #485133;
}
.AnyTagClassName
{
color: #485133;
}
</style>
background-color css
<style>
a { background-color: #485133; }
a { background-color: rgb(72,81,51); }
div.DivClassName
{
background-color: #485133;
}
.BgClassName
{
background-color: #485133;
}
</style>
border-color css
<style>
span { border-color: #485133; }
span { border-color: rgb(72,81,51); }
td.TdClassName
{
border-color: #485133;
}
.TagClassName
{
border-color: #485133;
}
</style>