Shades of Clover #495831
Tints of Clover #495831
RGB
CMYK
RGB Variations
Color information
#495831 (or 0x495831) is known color: Clover. HEX triplet: 49, 58 and 31. RGB value is (73,88,49). Sum of RGB (Red+Green+Blue) = 73+88+49=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #495831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495831 is #B6A7CE. Grayscale: #4F4F4F. Windows color (decimal): -11970511 or 3233865. OLE color: 3233865.
HSL color Cylindrical-coordinate representation of color #495831: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495831 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 49 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.65 |
| HSL | 83.08º | 0.28% | 0.27% | - |
| HSV(B) | 83.08º | 0.44% | 0.35% | - |
| XYZ | 6.79 | 8.62 | 4.21 | - |
| YUV | 79.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 49 | 0.17 | 0 | 0.44 | 0.65 | 83.08 | 0.28 | 0.27 |
| Hex | 49 | 58 | 31 | 11 | 0 | 2C | 41 | 53 | 1C | 1B |
| Octal | 111 | 130 | 61 | 21 | 0 | 54 | 101 | 123 | 34 | 33 |
| Binary | 1001001 | 1011000 | 110001 | 10001 | 0 | 101100 | 1000001 | 1010011 | 11100 | 11011 |
Color Harmonies of #495831
Complementary color
Monochromatic Colors of #495831
Black with #495831
Text Example
Text Example
White with #495831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495831; }
p { color: rgb(73,88,49); }
H1.HeaderClassName
{
color: #495831;
}
.AnyTagClassName
{
color: #495831;
}
</style>
background-color css
<style>
a { background-color: #495831; }
a { background-color: rgb(73,88,49); }
div.DivClassName
{
background-color: #495831;
}
.BgClassName
{
background-color: #495831;
}
</style>
border-color css
<style>
span { border-color: #495831; }
span { border-color: rgb(73,88,49); }
td.TdClassName
{
border-color: #495831;
}
.TagClassName
{
border-color: #495831;
}
</style>