Shades of Clover #495332
Tints of Clover #495332
RGB
CMYK
RGB Variations
Color information
#495332 (or 0x495332) is known color: Clover. HEX triplet: 49, 53 and 32. RGB value is (73,83,50). Sum of RGB (Red+Green+Blue) = 73+83+50=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #495332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495332 is #B6ACCD. Grayscale: #4C4C4C. Windows color (decimal): -11971790 or 3298121. OLE color: 3298121.
HSL color Cylindrical-coordinate representation of color #495332: hue angle of 78.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495332 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 50 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.67 |
| HSL | 78.18º | 0.25% | 0.26% | - |
| HSV(B) | 78.18º | 0.4% | 0.33% | - |
| XYZ | 6.42 | 7.83 | 4.19 | - |
| YUV | 76.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 50 | 0.12 | 0 | 0.40 | 0.67 | 78.18 | 0.25 | 0.26 |
| Hex | 49 | 53 | 32 | C | 0 | 28 | 43 | 4E | 19 | 1A |
| Octal | 111 | 123 | 62 | 14 | 0 | 50 | 103 | 116 | 31 | 32 |
| Binary | 1001001 | 1010011 | 110010 | 1100 | 0 | 101000 | 1000011 | 1001110 | 11001 | 11010 |
Color Harmonies of #495332
Complementary color
Monochromatic Colors of #495332
Black with #495332
Text Example
Text Example
White with #495332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495332; }
p { color: rgb(73,83,50); }
H1.HeaderClassName
{
color: #495332;
}
.AnyTagClassName
{
color: #495332;
}
</style>
background-color css
<style>
a { background-color: #495332; }
a { background-color: rgb(73,83,50); }
div.DivClassName
{
background-color: #495332;
}
.BgClassName
{
background-color: #495332;
}
</style>
border-color css
<style>
span { border-color: #495332; }
span { border-color: rgb(73,83,50); }
td.TdClassName
{
border-color: #495332;
}
.TagClassName
{
border-color: #495332;
}
</style>