Shades of Clover #495638
Tints of Clover #495638
RGB
CMYK
RGB Variations
Color information
#495638 (or 0x495638) is known color: Clover. HEX triplet: 49, 56 and 38. RGB value is (73,86,56). Sum of RGB (Red+Green+Blue) = 73+86+56=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #495638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495638 is #B6A9C7. Grayscale: #4E4E4E. Windows color (decimal): -11971016 or 3692105. OLE color: 3692105.
HSL color Cylindrical-coordinate representation of color #495638: hue angle of 86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495638 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 56 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.66 |
| HSL | 86º | 0.21% | 0.28% | - |
| HSV(B) | 86º | 0.35% | 0.34% | - |
| XYZ | 6.79 | 8.36 | 5 | - |
| YUV | 78.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 56 | 0.15 | 0 | 0.35 | 0.66 | 86 | 0.21 | 0.28 |
| Hex | 49 | 56 | 38 | F | 0 | 23 | 42 | 56 | 15 | 1C |
| Octal | 111 | 126 | 70 | 17 | 0 | 43 | 102 | 126 | 25 | 34 |
| Binary | 1001001 | 1010110 | 111000 | 1111 | 0 | 100011 | 1000010 | 1010110 | 10101 | 11100 |
Color Harmonies of #495638
Complementary color
Monochromatic Colors of #495638
Black with #495638
Text Example
Text Example
White with #495638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495638; }
p { color: rgb(73,86,56); }
H1.HeaderClassName
{
color: #495638;
}
.AnyTagClassName
{
color: #495638;
}
</style>
background-color css
<style>
a { background-color: #495638; }
a { background-color: rgb(73,86,56); }
div.DivClassName
{
background-color: #495638;
}
.BgClassName
{
background-color: #495638;
}
</style>
border-color css
<style>
span { border-color: #495638; }
span { border-color: rgb(73,86,56); }
td.TdClassName
{
border-color: #495638;
}
.TagClassName
{
border-color: #495638;
}
</style>