Shades of Clover #495432
Tints of Clover #495432
RGB
CMYK
RGB Variations
Color information
#495432 (or 0x495432) is known color: Clover. HEX triplet: 49, 54 and 32. RGB value is (73,84,50). Sum of RGB (Red+Green+Blue) = 73+84+50=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #495432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495432 is #B6ABCD. Grayscale: #4C4C4C. Windows color (decimal): -11971534 or 3298377. OLE color: 3298377.
HSL color Cylindrical-coordinate representation of color #495432: hue angle of 79.41º 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 #495432 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 50 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.67 |
| HSL | 79.41º | 0.25% | 0.26% | - |
| HSV(B) | 79.41º | 0.4% | 0.33% | - |
| XYZ | 6.49 | 7.99 | 4.22 | - |
| YUV | 76.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 50 | 0.13 | 0 | 0.40 | 0.67 | 79.41 | 0.25 | 0.26 |
| Hex | 49 | 54 | 32 | D | 0 | 28 | 43 | 4F | 19 | 1A |
| Octal | 111 | 124 | 62 | 15 | 0 | 50 | 103 | 117 | 31 | 32 |
| Binary | 1001001 | 1010100 | 110010 | 1101 | 0 | 101000 | 1000011 | 1001111 | 11001 | 11010 |
Color Harmonies of #495432
Complementary color
Monochromatic Colors of #495432
Black with #495432
Text Example
Text Example
White with #495432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495432; }
p { color: rgb(73,84,50); }
H1.HeaderClassName
{
color: #495432;
}
.AnyTagClassName
{
color: #495432;
}
</style>
background-color css
<style>
a { background-color: #495432; }
a { background-color: rgb(73,84,50); }
div.DivClassName
{
background-color: #495432;
}
.BgClassName
{
background-color: #495432;
}
</style>
border-color css
<style>
span { border-color: #495432; }
span { border-color: rgb(73,84,50); }
td.TdClassName
{
border-color: #495432;
}
.TagClassName
{
border-color: #495432;
}
</style>