Shades of Clover #495F2C
Tints of Clover #495F2C
RGB
CMYK
RGB Variations
Color information
#495F2C (or 0x495F2C) is known color: Clover. HEX triplet: 49, 5F and 2C. RGB value is (73,95,44). Sum of RGB (Red+Green+Blue) = 73+95+44=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #495F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F2C is #B6A0D3. Grayscale: #525252. Windows color (decimal): -11968724 or 2907977. OLE color: 2907977.
HSL color Cylindrical-coordinate representation of color #495F2C: hue angle of 85.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495F2C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 44 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.63 |
| HSL | 85.88º | 0.37% | 0.27% | - |
| HSV(B) | 85.88º | 0.54% | 0.37% | - |
| XYZ | 7.29 | 9.78 | 3.89 | - |
| YUV | 82.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 44 | 0.23 | 0 | 0.54 | 0.63 | 85.88 | 0.37 | 0.27 |
| Hex | 49 | 5F | 2C | 17 | 0 | 36 | 3F | 56 | 25 | 1B |
| Octal | 111 | 137 | 54 | 27 | 0 | 66 | 77 | 126 | 45 | 33 |
| Binary | 1001001 | 1011111 | 101100 | 10111 | 0 | 110110 | 111111 | 1010110 | 100101 | 11011 |
Color Harmonies of #495F2C
Complementary color
Monochromatic Colors of #495F2C
Black with #495F2C
Text Example
Text Example
White with #495F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F2C; }
p { color: rgb(73,95,44); }
H1.HeaderClassName
{
color: #495F2C;
}
.AnyTagClassName
{
color: #495F2C;
}
</style>
background-color css
<style>
a { background-color: #495F2C; }
a { background-color: rgb(73,95,44); }
div.DivClassName
{
background-color: #495F2C;
}
.BgClassName
{
background-color: #495F2C;
}
</style>
border-color css
<style>
span { border-color: #495F2C; }
span { border-color: rgb(73,95,44); }
td.TdClassName
{
border-color: #495F2C;
}
.TagClassName
{
border-color: #495F2C;
}
</style>