Shades of Clover #495532
Tints of Clover #495532
RGB
CMYK
RGB Variations
Color information
#495532 (or 0x495532) is known color: Clover. HEX triplet: 49, 55 and 32. RGB value is (73,85,50). Sum of RGB (Red+Green+Blue) = 73+85+50=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #495532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495532 is #B6AACD. Grayscale: #4D4D4D. Windows color (decimal): -11971278 or 3298633. OLE color: 3298633.
HSL color Cylindrical-coordinate representation of color #495532: hue angle of 80.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495532 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 50 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.67 |
| HSL | 80.57º | 0.26% | 0.26% | - |
| HSV(B) | 80.57º | 0.41% | 0.33% | - |
| XYZ | 6.57 | 8.14 | 4.24 | - |
| YUV | 77.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 50 | 0.14 | 0 | 0.41 | 0.67 | 80.57 | 0.26 | 0.26 |
| Hex | 49 | 55 | 32 | E | 0 | 29 | 43 | 51 | 1A | 1A |
| Octal | 111 | 125 | 62 | 16 | 0 | 51 | 103 | 121 | 32 | 32 |
| Binary | 1001001 | 1010101 | 110010 | 1110 | 0 | 101001 | 1000011 | 1010001 | 11010 | 11010 |
Color Harmonies of #495532
Complementary color
Monochromatic Colors of #495532
Black with #495532
Text Example
Text Example
White with #495532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495532; }
p { color: rgb(73,85,50); }
H1.HeaderClassName
{
color: #495532;
}
.AnyTagClassName
{
color: #495532;
}
</style>
background-color css
<style>
a { background-color: #495532; }
a { background-color: rgb(73,85,50); }
div.DivClassName
{
background-color: #495532;
}
.BgClassName
{
background-color: #495532;
}
</style>
border-color css
<style>
span { border-color: #495532; }
span { border-color: rgb(73,85,50); }
td.TdClassName
{
border-color: #495532;
}
.TagClassName
{
border-color: #495532;
}
</style>