Shades of Clover #495633
Tints of Clover #495633
RGB
CMYK
RGB Variations
Color information
#495633 (or 0x495633) is known color: Clover. HEX triplet: 49, 56 and 33. RGB value is (73,86,51). Sum of RGB (Red+Green+Blue) = 73+86+51=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #495633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495633 is #B6A9CC. Grayscale: #4E4E4E. Windows color (decimal): -11971021 or 3364425. OLE color: 3364425.
HSL color Cylindrical-coordinate representation of color #495633: hue angle of 82.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495633 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 51 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.66 |
| HSL | 82.29º | 0.26% | 0.27% | - |
| HSV(B) | 82.29º | 0.41% | 0.34% | - |
| XYZ | 6.67 | 8.31 | 4.38 | - |
| YUV | 78.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 51 | 0.15 | 0 | 0.41 | 0.66 | 82.29 | 0.26 | 0.27 |
| Hex | 49 | 56 | 33 | F | 0 | 29 | 42 | 52 | 1A | 1B |
| Octal | 111 | 126 | 63 | 17 | 0 | 51 | 102 | 122 | 32 | 33 |
| Binary | 1001001 | 1010110 | 110011 | 1111 | 0 | 101001 | 1000010 | 1010010 | 11010 | 11011 |
Color Harmonies of #495633
Complementary color
Monochromatic Colors of #495633
Black with #495633
Text Example
Text Example
White with #495633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495633; }
p { color: rgb(73,86,51); }
H1.HeaderClassName
{
color: #495633;
}
.AnyTagClassName
{
color: #495633;
}
</style>
background-color css
<style>
a { background-color: #495633; }
a { background-color: rgb(73,86,51); }
div.DivClassName
{
background-color: #495633;
}
.BgClassName
{
background-color: #495633;
}
</style>
border-color css
<style>
span { border-color: #495633; }
span { border-color: rgb(73,86,51); }
td.TdClassName
{
border-color: #495633;
}
.TagClassName
{
border-color: #495633;
}
</style>