Shades of Clover #495238
Tints of Clover #495238
RGB
CMYK
RGB Variations
Color information
#495238 (or 0x495238) is known color: Clover. HEX triplet: 49, 52 and 38. RGB value is (73,82,56). Sum of RGB (Red+Green+Blue) = 73+82+56=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #495238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495238 is #B6ADC7. Grayscale: #4C4C4C. Windows color (decimal): -11972040 or 3691081. OLE color: 3691081.
HSL color Cylindrical-coordinate representation of color #495238: hue angle of 80.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495238 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 56 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.68 |
| HSL | 80.77º | 0.19% | 0.27% | - |
| HSV(B) | 80.77º | 0.32% | 0.32% | - |
| XYZ | 6.48 | 7.74 | 4.89 | - |
| YUV | 76.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 56 | 0.11 | 0 | 0.32 | 0.68 | 80.77 | 0.19 | 0.27 |
| Hex | 49 | 52 | 38 | B | 0 | 20 | 44 | 51 | 13 | 1B |
| Octal | 111 | 122 | 70 | 13 | 0 | 40 | 104 | 121 | 23 | 33 |
| Binary | 1001001 | 1010010 | 111000 | 1011 | 0 | 100000 | 1000100 | 1010001 | 10011 | 11011 |
Color Harmonies of #495238
Complementary color
Monochromatic Colors of #495238
Black with #495238
Text Example
Text Example
White with #495238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495238; }
p { color: rgb(73,82,56); }
H1.HeaderClassName
{
color: #495238;
}
.AnyTagClassName
{
color: #495238;
}
</style>
background-color css
<style>
a { background-color: #495238; }
a { background-color: rgb(73,82,56); }
div.DivClassName
{
background-color: #495238;
}
.BgClassName
{
background-color: #495238;
}
</style>
border-color css
<style>
span { border-color: #495238; }
span { border-color: rgb(73,82,56); }
td.TdClassName
{
border-color: #495238;
}
.TagClassName
{
border-color: #495238;
}
</style>