Shades of Clover #495F2D
Tints of Clover #495F2D
RGB
CMYK
RGB Variations
Color information
#495F2D (or 0x495F2D) is known color: Clover. HEX triplet: 49, 5F and 2D. RGB value is (73,95,45). Sum of RGB (Red+Green+Blue) = 73+95+45=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #495F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F2D is #B6A0D2. Grayscale: #525252. Windows color (decimal): -11968723 or 2973513. OLE color: 2973513.
HSL color Cylindrical-coordinate representation of color #495F2D: hue angle of 86.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495F2D is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 45 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.63 |
| HSL | 86.4º | 0.36% | 0.27% | - |
| HSV(B) | 86.4º | 0.53% | 0.37% | - |
| XYZ | 7.31 | 9.79 | 3.99 | - |
| YUV | 82.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 45 | 0.23 | 0 | 0.53 | 0.63 | 86.4 | 0.36 | 0.27 |
| Hex | 49 | 5F | 2D | 17 | 0 | 35 | 3F | 56 | 24 | 1B |
| Octal | 111 | 137 | 55 | 27 | 0 | 65 | 77 | 126 | 44 | 33 |
| Binary | 1001001 | 1011111 | 101101 | 10111 | 0 | 110101 | 111111 | 1010110 | 100100 | 11011 |
Color Harmonies of #495F2D
Complementary color
Monochromatic Colors of #495F2D
Black with #495F2D
Text Example
Text Example
White with #495F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F2D; }
p { color: rgb(73,95,45); }
H1.HeaderClassName
{
color: #495F2D;
}
.AnyTagClassName
{
color: #495F2D;
}
</style>
background-color css
<style>
a { background-color: #495F2D; }
a { background-color: rgb(73,95,45); }
div.DivClassName
{
background-color: #495F2D;
}
.BgClassName
{
background-color: #495F2D;
}
</style>
border-color css
<style>
span { border-color: #495F2D; }
span { border-color: rgb(73,95,45); }
td.TdClassName
{
border-color: #495F2D;
}
.TagClassName
{
border-color: #495F2D;
}
</style>