Shades of Clover #495938
Tints of Clover #495938
RGB
CMYK
RGB Variations
Color information
#495938 (or 0x495938) is known color: Clover. HEX triplet: 49, 59 and 38. RGB value is (73,89,56). Sum of RGB (Red+Green+Blue) = 73+89+56=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #495938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495938 is #B6A6C7. Grayscale: #505050. Windows color (decimal): -11970248 or 3692873. OLE color: 3692873.
HSL color Cylindrical-coordinate representation of color #495938: hue angle of 89.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495938 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 56 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.65 |
| HSL | 89.09º | 0.23% | 0.28% | - |
| HSV(B) | 89.09º | 0.37% | 0.35% | - |
| XYZ | 7.03 | 8.85 | 5.08 | - |
| YUV | 80.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 56 | 0.18 | 0 | 0.37 | 0.65 | 89.09 | 0.23 | 0.28 |
| Hex | 49 | 59 | 38 | 12 | 0 | 25 | 41 | 59 | 17 | 1C |
| Octal | 111 | 131 | 70 | 22 | 0 | 45 | 101 | 131 | 27 | 34 |
| Binary | 1001001 | 1011001 | 111000 | 10010 | 0 | 100101 | 1000001 | 1011001 | 10111 | 11100 |
Color Harmonies of #495938
Complementary color
Monochromatic Colors of #495938
Black with #495938
Text Example
Text Example
White with #495938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495938; }
p { color: rgb(73,89,56); }
H1.HeaderClassName
{
color: #495938;
}
.AnyTagClassName
{
color: #495938;
}
</style>
background-color css
<style>
a { background-color: #495938; }
a { background-color: rgb(73,89,56); }
div.DivClassName
{
background-color: #495938;
}
.BgClassName
{
background-color: #495938;
}
</style>
border-color css
<style>
span { border-color: #495938; }
span { border-color: rgb(73,89,56); }
td.TdClassName
{
border-color: #495938;
}
.TagClassName
{
border-color: #495938;
}
</style>