Shades of Clover #495134
Tints of Clover #495134
RGB
CMYK
RGB Variations
Color information
#495134 (or 0x495134) is known color: Clover. HEX triplet: 49, 51 and 34. RGB value is (73,81,52). Sum of RGB (Red+Green+Blue) = 73+81+52=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #495134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495134 is #B6AECB. Grayscale: #4B4B4B. Windows color (decimal): -11972300 or 3428681. OLE color: 3428681.
HSL color Cylindrical-coordinate representation of color #495134: hue angle of 76.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495134 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 52 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.68 |
| HSL | 76.55º | 0.22% | 0.26% | - |
| HSV(B) | 76.55º | 0.36% | 0.32% | - |
| XYZ | 6.31 | 7.55 | 4.37 | - |
| YUV | 75.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 52 | 0.10 | 0 | 0.36 | 0.68 | 76.55 | 0.22 | 0.26 |
| Hex | 49 | 51 | 34 | A | 0 | 24 | 44 | 4D | 16 | 1A |
| Octal | 111 | 121 | 64 | 12 | 0 | 44 | 104 | 115 | 26 | 32 |
| Binary | 1001001 | 1010001 | 110100 | 1010 | 0 | 100100 | 1000100 | 1001101 | 10110 | 11010 |
Color Harmonies of #495134
Complementary color
Monochromatic Colors of #495134
Black with #495134
Text Example
Text Example
White with #495134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495134; }
p { color: rgb(73,81,52); }
H1.HeaderClassName
{
color: #495134;
}
.AnyTagClassName
{
color: #495134;
}
</style>
background-color css
<style>
a { background-color: #495134; }
a { background-color: rgb(73,81,52); }
div.DivClassName
{
background-color: #495134;
}
.BgClassName
{
background-color: #495134;
}
</style>
border-color css
<style>
span { border-color: #495134; }
span { border-color: rgb(73,81,52); }
td.TdClassName
{
border-color: #495134;
}
.TagClassName
{
border-color: #495134;
}
</style>