Shades of Clover #495F2B
Tints of Clover #495F2B
RGB
CMYK
RGB Variations
Color information
#495F2B (or 0x495F2B) is known color: Clover. HEX triplet: 49, 5F and 2B. RGB value is (73,95,43). Sum of RGB (Red+Green+Blue) = 73+95+43=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #495F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F2B is #B6A0D4. Grayscale: #525252. Windows color (decimal): -11968725 or 2842441. OLE color: 2842441.
HSL color Cylindrical-coordinate representation of color #495F2B: hue angle of 85.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495F2B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 43 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.63 |
| HSL | 85.38º | 0.38% | 0.27% | - |
| HSV(B) | 85.38º | 0.55% | 0.37% | - |
| XYZ | 7.28 | 9.78 | 3.79 | - |
| YUV | 82.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 43 | 0.23 | 0 | 0.55 | 0.63 | 85.38 | 0.38 | 0.27 |
| Hex | 49 | 5F | 2B | 17 | 0 | 37 | 3F | 55 | 26 | 1B |
| Octal | 111 | 137 | 53 | 27 | 0 | 67 | 77 | 125 | 46 | 33 |
| Binary | 1001001 | 1011111 | 101011 | 10111 | 0 | 110111 | 111111 | 1010101 | 100110 | 11011 |
Color Harmonies of #495F2B
Complementary color
Monochromatic Colors of #495F2B
Black with #495F2B
Text Example
Text Example
White with #495F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F2B; }
p { color: rgb(73,95,43); }
H1.HeaderClassName
{
color: #495F2B;
}
.AnyTagClassName
{
color: #495F2B;
}
</style>
background-color css
<style>
a { background-color: #495F2B; }
a { background-color: rgb(73,95,43); }
div.DivClassName
{
background-color: #495F2B;
}
.BgClassName
{
background-color: #495F2B;
}
</style>
border-color css
<style>
span { border-color: #495F2B; }
span { border-color: rgb(73,95,43); }
td.TdClassName
{
border-color: #495F2B;
}
.TagClassName
{
border-color: #495F2B;
}
</style>