Shades of Clover #495433
Tints of Clover #495433
RGB
CMYK
RGB Variations
Color information
#495433 (or 0x495433) is known color: Clover. HEX triplet: 49, 54 and 33. RGB value is (73,84,51). Sum of RGB (Red+Green+Blue) = 73+84+51=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #495433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495433 is #B6ABCC. Grayscale: #4D4D4D. Windows color (decimal): -11971533 or 3363913. OLE color: 3363913.
HSL color Cylindrical-coordinate representation of color #495433: hue angle of 80º 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 #495433 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 51 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.67 |
| HSL | 80º | 0.24% | 0.26% | - |
| HSV(B) | 80º | 0.39% | 0.33% | - |
| XYZ | 6.52 | 8 | 4.33 | - |
| YUV | 76.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 51 | 0.13 | 0 | 0.39 | 0.67 | 80 | 0.24 | 0.26 |
| Hex | 49 | 54 | 33 | D | 0 | 27 | 43 | 50 | 18 | 1A |
| Octal | 111 | 124 | 63 | 15 | 0 | 47 | 103 | 120 | 30 | 32 |
| Binary | 1001001 | 1010100 | 110011 | 1101 | 0 | 100111 | 1000011 | 1010000 | 11000 | 11010 |
Color Harmonies of #495433
Complementary color
Monochromatic Colors of #495433
Black with #495433
Text Example
Text Example
White with #495433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495433; }
p { color: rgb(73,84,51); }
H1.HeaderClassName
{
color: #495433;
}
.AnyTagClassName
{
color: #495433;
}
</style>
background-color css
<style>
a { background-color: #495433; }
a { background-color: rgb(73,84,51); }
div.DivClassName
{
background-color: #495433;
}
.BgClassName
{
background-color: #495433;
}
</style>
border-color css
<style>
span { border-color: #495433; }
span { border-color: rgb(73,84,51); }
td.TdClassName
{
border-color: #495433;
}
.TagClassName
{
border-color: #495433;
}
</style>