Shades of Clover #495538
Tints of Clover #495538
RGB
CMYK
RGB Variations
Color information
#495538 (or 0x495538) is known color: Clover. HEX triplet: 49, 55 and 38. RGB value is (73,85,56). Sum of RGB (Red+Green+Blue) = 73+85+56=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #495538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495538 is #B6AAC7. Grayscale: #4E4E4E. Windows color (decimal): -11971272 or 3691849. OLE color: 3691849.
HSL color Cylindrical-coordinate representation of color #495538: hue angle of 84.83º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495538 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 56 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.67 |
| HSL | 84.83º | 0.21% | 0.28% | - |
| HSV(B) | 84.83º | 0.34% | 0.33% | - |
| XYZ | 6.71 | 8.2 | 4.97 | - |
| YUV | 78.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 56 | 0.14 | 0 | 0.34 | 0.67 | 84.83 | 0.21 | 0.28 |
| Hex | 49 | 55 | 38 | E | 0 | 22 | 43 | 55 | 15 | 1C |
| Octal | 111 | 125 | 70 | 16 | 0 | 42 | 103 | 125 | 25 | 34 |
| Binary | 1001001 | 1010101 | 111000 | 1110 | 0 | 100010 | 1000011 | 1010101 | 10101 | 11100 |
Color Harmonies of #495538
Complementary color
Monochromatic Colors of #495538
Black with #495538
Text Example
Text Example
White with #495538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495538; }
p { color: rgb(73,85,56); }
H1.HeaderClassName
{
color: #495538;
}
.AnyTagClassName
{
color: #495538;
}
</style>
background-color css
<style>
a { background-color: #495538; }
a { background-color: rgb(73,85,56); }
div.DivClassName
{
background-color: #495538;
}
.BgClassName
{
background-color: #495538;
}
</style>
border-color css
<style>
span { border-color: #495538; }
span { border-color: rgb(73,85,56); }
td.TdClassName
{
border-color: #495538;
}
.TagClassName
{
border-color: #495538;
}
</style>