Shades of Clover #495D31
Tints of Clover #495D31
RGB
CMYK
RGB Variations
Color information
#495D31 (or 0x495D31) is known color: Clover. HEX triplet: 49, 5D and 31. RGB value is (73,93,49). Sum of RGB (Red+Green+Blue) = 73+93+49=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #495D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D31 is #B6A2CE. Grayscale: #525252. Windows color (decimal): -11969231 or 3235145. OLE color: 3235145.
HSL color Cylindrical-coordinate representation of color #495D31: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495D31 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 49 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.64 |
| HSL | 87.27º | 0.31% | 0.28% | - |
| HSV(B) | 87.27º | 0.47% | 0.36% | - |
| XYZ | 7.22 | 9.47 | 4.35 | - |
| YUV | 82 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 49 | 0.22 | 0 | 0.47 | 0.64 | 87.27 | 0.31 | 0.28 |
| Hex | 49 | 5D | 31 | 16 | 0 | 2F | 40 | 57 | 1F | 1C |
| Octal | 111 | 135 | 61 | 26 | 0 | 57 | 100 | 127 | 37 | 34 |
| Binary | 1001001 | 1011101 | 110001 | 10110 | 0 | 101111 | 1000000 | 1010111 | 11111 | 11100 |
Color Harmonies of #495D31
Complementary color
Monochromatic Colors of #495D31
Black with #495D31
Text Example
Text Example
White with #495D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D31; }
p { color: rgb(73,93,49); }
H1.HeaderClassName
{
color: #495D31;
}
.AnyTagClassName
{
color: #495D31;
}
</style>
background-color css
<style>
a { background-color: #495D31; }
a { background-color: rgb(73,93,49); }
div.DivClassName
{
background-color: #495D31;
}
.BgClassName
{
background-color: #495D31;
}
</style>
border-color css
<style>
span { border-color: #495D31; }
span { border-color: rgb(73,93,49); }
td.TdClassName
{
border-color: #495D31;
}
.TagClassName
{
border-color: #495D31;
}
</style>