Shades of Clover #495836
Tints of Clover #495836
RGB
CMYK
RGB Variations
Color information
#495836 (or 0x495836) is known color: Clover. HEX triplet: 49, 58 and 36. RGB value is (73,88,54). Sum of RGB (Red+Green+Blue) = 73+88+54=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #495836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495836 is #B6A7C9. Grayscale: #4F4F4F. Windows color (decimal): -11970506 or 3561545. OLE color: 3561545.
HSL color Cylindrical-coordinate representation of color #495836: hue angle of 86.47º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495836 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 54 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.65 |
| HSL | 86.47º | 0.24% | 0.28% | - |
| HSV(B) | 86.47º | 0.39% | 0.35% | - |
| XYZ | 6.9 | 8.66 | 4.8 | - |
| YUV | 79.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 54 | 0.17 | 0 | 0.39 | 0.65 | 86.47 | 0.24 | 0.28 |
| Hex | 49 | 58 | 36 | 11 | 0 | 27 | 41 | 56 | 18 | 1C |
| Octal | 111 | 130 | 66 | 21 | 0 | 47 | 101 | 126 | 30 | 34 |
| Binary | 1001001 | 1011000 | 110110 | 10001 | 0 | 100111 | 1000001 | 1010110 | 11000 | 11100 |
Color Harmonies of #495836
Complementary color
Monochromatic Colors of #495836
Black with #495836
Text Example
Text Example
White with #495836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495836; }
p { color: rgb(73,88,54); }
H1.HeaderClassName
{
color: #495836;
}
.AnyTagClassName
{
color: #495836;
}
</style>
background-color css
<style>
a { background-color: #495836; }
a { background-color: rgb(73,88,54); }
div.DivClassName
{
background-color: #495836;
}
.BgClassName
{
background-color: #495836;
}
</style>
border-color css
<style>
span { border-color: #495836; }
span { border-color: rgb(73,88,54); }
td.TdClassName
{
border-color: #495836;
}
.TagClassName
{
border-color: #495836;
}
</style>