Shades of Clover #495C32
Tints of Clover #495C32
RGB
CMYK
RGB Variations
Color information
#495C32 (or 0x495C32) is known color: Clover. HEX triplet: 49, 5C and 32. RGB value is (73,92,50). Sum of RGB (Red+Green+Blue) = 73+92+50=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #495C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C32 is #B6A3CD. Grayscale: #515151. Windows color (decimal): -11969486 or 3300425. OLE color: 3300425.
HSL color Cylindrical-coordinate representation of color #495C32: hue angle of 87.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495C32 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 50 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.64 |
| HSL | 87.14º | 0.3% | 0.28% | - |
| HSV(B) | 87.14º | 0.46% | 0.36% | - |
| XYZ | 7.15 | 9.3 | 4.44 | - |
| YUV | 81.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 50 | 0.21 | 0 | 0.46 | 0.64 | 87.14 | 0.3 | 0.28 |
| Hex | 49 | 5C | 32 | 15 | 0 | 2E | 40 | 57 | 1E | 1C |
| Octal | 111 | 134 | 62 | 25 | 0 | 56 | 100 | 127 | 36 | 34 |
| Binary | 1001001 | 1011100 | 110010 | 10101 | 0 | 101110 | 1000000 | 1010111 | 11110 | 11100 |
Color Harmonies of #495C32
Complementary color
Monochromatic Colors of #495C32
Black with #495C32
Text Example
Text Example
White with #495C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C32; }
p { color: rgb(73,92,50); }
H1.HeaderClassName
{
color: #495C32;
}
.AnyTagClassName
{
color: #495C32;
}
</style>
background-color css
<style>
a { background-color: #495C32; }
a { background-color: rgb(73,92,50); }
div.DivClassName
{
background-color: #495C32;
}
.BgClassName
{
background-color: #495C32;
}
</style>
border-color css
<style>
span { border-color: #495C32; }
span { border-color: rgb(73,92,50); }
td.TdClassName
{
border-color: #495C32;
}
.TagClassName
{
border-color: #495C32;
}
</style>