Shades of Clover #495635
Tints of Clover #495635
RGB
CMYK
RGB Variations
Color information
#495635 (or 0x495635) is known color: Clover. HEX triplet: 49, 56 and 35. RGB value is (73,86,53). Sum of RGB (Red+Green+Blue) = 73+86+53=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #495635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495635 is #B6A9CA. Grayscale: #4E4E4E. Windows color (decimal): -11971019 or 3495497. OLE color: 3495497.
HSL color Cylindrical-coordinate representation of color #495635: hue angle of 83.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495635 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 53 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.66 |
| HSL | 83.64º | 0.24% | 0.27% | - |
| HSV(B) | 83.64º | 0.38% | 0.34% | - |
| XYZ | 6.72 | 8.33 | 4.62 | - |
| YUV | 78.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 53 | 0.15 | 0 | 0.38 | 0.66 | 83.64 | 0.24 | 0.27 |
| Hex | 49 | 56 | 35 | F | 0 | 26 | 42 | 54 | 18 | 1B |
| Octal | 111 | 126 | 65 | 17 | 0 | 46 | 102 | 124 | 30 | 33 |
| Binary | 1001001 | 1010110 | 110101 | 1111 | 0 | 100110 | 1000010 | 1010100 | 11000 | 11011 |
Color Harmonies of #495635
Complementary color
Monochromatic Colors of #495635
Black with #495635
Text Example
Text Example
White with #495635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495635; }
p { color: rgb(73,86,53); }
H1.HeaderClassName
{
color: #495635;
}
.AnyTagClassName
{
color: #495635;
}
</style>
background-color css
<style>
a { background-color: #495635; }
a { background-color: rgb(73,86,53); }
div.DivClassName
{
background-color: #495635;
}
.BgClassName
{
background-color: #495635;
}
</style>
border-color css
<style>
span { border-color: #495635; }
span { border-color: rgb(73,86,53); }
td.TdClassName
{
border-color: #495635;
}
.TagClassName
{
border-color: #495635;
}
</style>