Shades of Clover #495437
Tints of Clover #495437
RGB
CMYK
RGB Variations
Color information
#495437 (or 0x495437) is known color: Clover. HEX triplet: 49, 54 and 37. RGB value is (73,84,55). Sum of RGB (Red+Green+Blue) = 73+84+55=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #495437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495437 is #B6ABC8. Grayscale: #4D4D4D. Windows color (decimal): -11971529 or 3626057. OLE color: 3626057.
HSL color Cylindrical-coordinate representation of color #495437: hue angle of 82.76º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495437 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 55 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.67 |
| HSL | 82.76º | 0.21% | 0.27% | - |
| HSV(B) | 82.76º | 0.35% | 0.33% | - |
| XYZ | 6.61 | 8.03 | 4.82 | - |
| YUV | 77.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 55 | 0.13 | 0 | 0.35 | 0.67 | 82.76 | 0.21 | 0.27 |
| Hex | 49 | 54 | 37 | D | 0 | 23 | 43 | 53 | 15 | 1B |
| Octal | 111 | 124 | 67 | 15 | 0 | 43 | 103 | 123 | 25 | 33 |
| Binary | 1001001 | 1010100 | 110111 | 1101 | 0 | 100011 | 1000011 | 1010011 | 10101 | 11011 |
Color Harmonies of #495437
Complementary color
Monochromatic Colors of #495437
Black with #495437
Text Example
Text Example
White with #495437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495437; }
p { color: rgb(73,84,55); }
H1.HeaderClassName
{
color: #495437;
}
.AnyTagClassName
{
color: #495437;
}
</style>
background-color css
<style>
a { background-color: #495437; }
a { background-color: rgb(73,84,55); }
div.DivClassName
{
background-color: #495437;
}
.BgClassName
{
background-color: #495437;
}
</style>
border-color css
<style>
span { border-color: #495437; }
span { border-color: rgb(73,84,55); }
td.TdClassName
{
border-color: #495437;
}
.TagClassName
{
border-color: #495437;
}
</style>