Shades of Clover #495534
Tints of Clover #495534
RGB
CMYK
RGB Variations
Color information
#495534 (or 0x495534) is known color: Clover. HEX triplet: 49, 55 and 34. RGB value is (73,85,52). Sum of RGB (Red+Green+Blue) = 73+85+52=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #495534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495534 is #B6AACB. Grayscale: #4D4D4D. Windows color (decimal): -11971276 or 3429705. OLE color: 3429705.
HSL color Cylindrical-coordinate representation of color #495534: hue angle of 81.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495534 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 52 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.67 |
| HSL | 81.82º | 0.24% | 0.27% | - |
| HSV(B) | 81.82º | 0.39% | 0.33% | - |
| XYZ | 6.62 | 8.16 | 4.48 | - |
| YUV | 77.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 52 | 0.14 | 0 | 0.39 | 0.67 | 81.82 | 0.24 | 0.27 |
| Hex | 49 | 55 | 34 | E | 0 | 27 | 43 | 52 | 18 | 1B |
| Octal | 111 | 125 | 64 | 16 | 0 | 47 | 103 | 122 | 30 | 33 |
| Binary | 1001001 | 1010101 | 110100 | 1110 | 0 | 100111 | 1000011 | 1010010 | 11000 | 11011 |
Color Harmonies of #495534
Complementary color
Monochromatic Colors of #495534
Black with #495534
Text Example
Text Example
White with #495534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495534; }
p { color: rgb(73,85,52); }
H1.HeaderClassName
{
color: #495534;
}
.AnyTagClassName
{
color: #495534;
}
</style>
background-color css
<style>
a { background-color: #495534; }
a { background-color: rgb(73,85,52); }
div.DivClassName
{
background-color: #495534;
}
.BgClassName
{
background-color: #495534;
}
</style>
border-color css
<style>
span { border-color: #495534; }
span { border-color: rgb(73,85,52); }
td.TdClassName
{
border-color: #495534;
}
.TagClassName
{
border-color: #495534;
}
</style>