Shades of Clover #495333
Tints of Clover #495333
RGB
CMYK
RGB Variations
Color information
#495333 (or 0x495333) is known color: Clover. HEX triplet: 49, 53 and 33. RGB value is (73,83,51). Sum of RGB (Red+Green+Blue) = 73+83+51=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #495333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495333 is #B6ACCC. Grayscale: #4C4C4C. Windows color (decimal): -11971789 or 3363657. OLE color: 3363657.
HSL color Cylindrical-coordinate representation of color #495333: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495333 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 51 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.67 |
| HSL | 78.75º | 0.24% | 0.26% | - |
| HSV(B) | 78.75º | 0.39% | 0.33% | - |
| XYZ | 6.44 | 7.84 | 4.31 | - |
| YUV | 76.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 51 | 0.12 | 0 | 0.39 | 0.67 | 78.75 | 0.24 | 0.26 |
| Hex | 49 | 53 | 33 | C | 0 | 27 | 43 | 4F | 18 | 1A |
| Octal | 111 | 123 | 63 | 14 | 0 | 47 | 103 | 117 | 30 | 32 |
| Binary | 1001001 | 1010011 | 110011 | 1100 | 0 | 100111 | 1000011 | 1001111 | 11000 | 11010 |
Color Harmonies of #495333
Complementary color
Monochromatic Colors of #495333
Black with #495333
Text Example
Text Example
White with #495333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495333; }
p { color: rgb(73,83,51); }
H1.HeaderClassName
{
color: #495333;
}
.AnyTagClassName
{
color: #495333;
}
</style>
background-color css
<style>
a { background-color: #495333; }
a { background-color: rgb(73,83,51); }
div.DivClassName
{
background-color: #495333;
}
.BgClassName
{
background-color: #495333;
}
</style>
border-color css
<style>
span { border-color: #495333; }
span { border-color: rgb(73,83,51); }
td.TdClassName
{
border-color: #495333;
}
.TagClassName
{
border-color: #495333;
}
</style>