Shades of Clover #485334
Tints of Clover #485334
RGB
CMYK
RGB Variations
Color information
#485334 (or 0x485334) is known color: Clover. HEX triplet: 48, 53 and 34. RGB value is (72,83,52). Sum of RGB (Red+Green+Blue) = 72+83+52=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #485334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485334 is #B7ACCB. Grayscale: #4C4C4C. Windows color (decimal): -12037324 or 3429192. OLE color: 3429192.
HSL color Cylindrical-coordinate representation of color #485334: hue angle of 81.29º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485334 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 52 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.67 |
| HSL | 81.29º | 0.23% | 0.26% | - |
| HSV(B) | 81.29º | 0.37% | 0.33% | - |
| XYZ | 6.39 | 7.81 | 4.42 | - |
| YUV | 76.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 52 | 0.13 | 0 | 0.37 | 0.67 | 81.29 | 0.23 | 0.26 |
| Hex | 48 | 53 | 34 | D | 0 | 25 | 43 | 51 | 17 | 1A |
| Octal | 110 | 123 | 64 | 15 | 0 | 45 | 103 | 121 | 27 | 32 |
| Binary | 1001000 | 1010011 | 110100 | 1101 | 0 | 100101 | 1000011 | 1010001 | 10111 | 11010 |
Color Harmonies of #485334
Complementary color
Monochromatic Colors of #485334
Black with #485334
Text Example
Text Example
White with #485334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485334; }
p { color: rgb(72,83,52); }
H1.HeaderClassName
{
color: #485334;
}
.AnyTagClassName
{
color: #485334;
}
</style>
background-color css
<style>
a { background-color: #485334; }
a { background-color: rgb(72,83,52); }
div.DivClassName
{
background-color: #485334;
}
.BgClassName
{
background-color: #485334;
}
</style>
border-color css
<style>
span { border-color: #485334; }
span { border-color: rgb(72,83,52); }
td.TdClassName
{
border-color: #485334;
}
.TagClassName
{
border-color: #485334;
}
</style>