Shades of Clover #495628
Tints of Clover #495628
RGB
CMYK
RGB Variations
Color information
#495628 (or 0x495628) is known color: Clover. HEX triplet: 49, 56 and 28. RGB value is (73,86,40). Sum of RGB (Red+Green+Blue) = 73+86+40=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #495628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495628 is #B6A9D7. Grayscale: #4D4D4D. Windows color (decimal): -11971032 or 2643529. OLE color: 2643529.
HSL color Cylindrical-coordinate representation of color #495628: hue angle of 76.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495628 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 40 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.66 |
| HSL | 76.96º | 0.37% | 0.25% | - |
| HSV(B) | 76.96º | 0.53% | 0.34% | - |
| XYZ | 6.46 | 8.23 | 3.25 | - |
| YUV | 76.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 40 | 0.15 | 0 | 0.53 | 0.66 | 76.96 | 0.37 | 0.25 |
| Hex | 49 | 56 | 28 | F | 0 | 35 | 42 | 4D | 25 | 19 |
| Octal | 111 | 126 | 50 | 17 | 0 | 65 | 102 | 115 | 45 | 31 |
| Binary | 1001001 | 1010110 | 101000 | 1111 | 0 | 110101 | 1000010 | 1001101 | 100101 | 11001 |
Color Harmonies of #495628
Complementary color
Monochromatic Colors of #495628
Black with #495628
Text Example
Text Example
White with #495628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495628; }
p { color: rgb(73,86,40); }
H1.HeaderClassName
{
color: #495628;
}
.AnyTagClassName
{
color: #495628;
}
</style>
background-color css
<style>
a { background-color: #495628; }
a { background-color: rgb(73,86,40); }
div.DivClassName
{
background-color: #495628;
}
.BgClassName
{
background-color: #495628;
}
</style>
border-color css
<style>
span { border-color: #495628; }
span { border-color: rgb(73,86,40); }
td.TdClassName
{
border-color: #495628;
}
.TagClassName
{
border-color: #495628;
}
</style>