Shades of Clover #495C33
Tints of Clover #495C33
RGB
CMYK
RGB Variations
Color information
#495C33 (or 0x495C33) is known color: Clover. HEX triplet: 49, 5C and 33. RGB value is (73,92,51). Sum of RGB (Red+Green+Blue) = 73+92+51=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #495C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C33 is #B6A3CC. Grayscale: #515151. Windows color (decimal): -11969485 or 3365961. OLE color: 3365961.
HSL color Cylindrical-coordinate representation of color #495C33: hue angle of 87.8º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495C33 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 51 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.64 |
| HSL | 87.8º | 0.29% | 0.28% | - |
| HSV(B) | 87.8º | 0.45% | 0.36% | - |
| XYZ | 7.17 | 9.31 | 4.55 | - |
| YUV | 81.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 51 | 0.21 | 0 | 0.45 | 0.64 | 87.8 | 0.29 | 0.28 |
| Hex | 49 | 5C | 33 | 15 | 0 | 2D | 40 | 58 | 1D | 1C |
| Octal | 111 | 134 | 63 | 25 | 0 | 55 | 100 | 130 | 35 | 34 |
| Binary | 1001001 | 1011100 | 110011 | 10101 | 0 | 101101 | 1000000 | 1011000 | 11101 | 11100 |
Color Harmonies of #495C33
Complementary color
Monochromatic Colors of #495C33
Black with #495C33
Text Example
Text Example
White with #495C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C33; }
p { color: rgb(73,92,51); }
H1.HeaderClassName
{
color: #495C33;
}
.AnyTagClassName
{
color: #495C33;
}
</style>
background-color css
<style>
a { background-color: #495C33; }
a { background-color: rgb(73,92,51); }
div.DivClassName
{
background-color: #495C33;
}
.BgClassName
{
background-color: #495C33;
}
</style>
border-color css
<style>
span { border-color: #495C33; }
span { border-color: rgb(73,92,51); }
td.TdClassName
{
border-color: #495C33;
}
.TagClassName
{
border-color: #495C33;
}
</style>