Shades of Clover #485434
Tints of Clover #485434
RGB
CMYK
RGB Variations
Color information
#485434 (or 0x485434) is known color: Clover. HEX triplet: 48, 54 and 34. RGB value is (72,84,52). Sum of RGB (Red+Green+Blue) = 72+84+52=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #485434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485434 is #B7ABCB. Grayscale: #4C4C4C. Windows color (decimal): -12037068 or 3429448. OLE color: 3429448.
HSL color Cylindrical-coordinate representation of color #485434: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485434 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 52 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.67 |
| HSL | 82.5º | 0.24% | 0.27% | - |
| HSV(B) | 82.5º | 0.38% | 0.33% | - |
| XYZ | 6.46 | 7.97 | 4.45 | - |
| YUV | 76.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 52 | 0.14 | 0 | 0.38 | 0.67 | 82.5 | 0.24 | 0.27 |
| Hex | 48 | 54 | 34 | E | 0 | 26 | 43 | 52 | 18 | 1B |
| Octal | 110 | 124 | 64 | 16 | 0 | 46 | 103 | 122 | 30 | 33 |
| Binary | 1001000 | 1010100 | 110100 | 1110 | 0 | 100110 | 1000011 | 1010010 | 11000 | 11011 |
Color Harmonies of #485434
Complementary color
Monochromatic Colors of #485434
Black with #485434
Text Example
Text Example
White with #485434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485434; }
p { color: rgb(72,84,52); }
H1.HeaderClassName
{
color: #485434;
}
.AnyTagClassName
{
color: #485434;
}
</style>
background-color css
<style>
a { background-color: #485434; }
a { background-color: rgb(72,84,52); }
div.DivClassName
{
background-color: #485434;
}
.BgClassName
{
background-color: #485434;
}
</style>
border-color css
<style>
span { border-color: #485434; }
span { border-color: rgb(72,84,52); }
td.TdClassName
{
border-color: #485434;
}
.TagClassName
{
border-color: #485434;
}
</style>