Shades of Clover #495838
Tints of Clover #495838
RGB
CMYK
RGB Variations
Color information
#495838 (or 0x495838) is known color: Clover. HEX triplet: 49, 58 and 38. RGB value is (73,88,56). Sum of RGB (Red+Green+Blue) = 73+88+56=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #495838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495838 is #B6A7C7. Grayscale: #4F4F4F. Windows color (decimal): -11970504 or 3692617. OLE color: 3692617.
HSL color Cylindrical-coordinate representation of color #495838: hue angle of 88.12º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495838 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 56 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.65 |
| HSL | 88.13º | 0.22% | 0.28% | - |
| HSV(B) | 88.13º | 0.36% | 0.35% | - |
| XYZ | 6.95 | 8.68 | 5.05 | - |
| YUV | 79.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 56 | 0.17 | 0 | 0.36 | 0.65 | 88.13 | 0.22 | 0.28 |
| Hex | 49 | 58 | 38 | 11 | 0 | 24 | 41 | 58 | 16 | 1C |
| Octal | 111 | 130 | 70 | 21 | 0 | 44 | 101 | 130 | 26 | 34 |
| Binary | 1001001 | 1011000 | 111000 | 10001 | 0 | 100100 | 1000001 | 1011000 | 10110 | 11100 |
Color Harmonies of #495838
Complementary color
Monochromatic Colors of #495838
Black with #495838
Text Example
Text Example
White with #495838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495838; }
p { color: rgb(73,88,56); }
H1.HeaderClassName
{
color: #495838;
}
.AnyTagClassName
{
color: #495838;
}
</style>
background-color css
<style>
a { background-color: #495838; }
a { background-color: rgb(73,88,56); }
div.DivClassName
{
background-color: #495838;
}
.BgClassName
{
background-color: #495838;
}
</style>
border-color css
<style>
span { border-color: #495838; }
span { border-color: rgb(73,88,56); }
td.TdClassName
{
border-color: #495838;
}
.TagClassName
{
border-color: #495838;
}
</style>