Shades of Clover #495A35
Tints of Clover #495A35
RGB
CMYK
RGB Variations
Color information
#495A35 (or 0x495A35) is known color: Clover. HEX triplet: 49, 5A and 35. RGB value is (73,90,53). Sum of RGB (Red+Green+Blue) = 73+90+53=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #495A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A35 is #B6A5CA. Grayscale: #505050. Windows color (decimal): -11969995 or 3496521. OLE color: 3496521.
HSL color Cylindrical-coordinate representation of color #495A35: hue angle of 87.57º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495A35 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 53 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.65 |
| HSL | 87.57º | 0.26% | 0.28% | - |
| HSV(B) | 87.57º | 0.41% | 0.35% | - |
| XYZ | 7.05 | 8.99 | 4.73 | - |
| YUV | 80.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 53 | 0.19 | 0 | 0.41 | 0.65 | 87.57 | 0.26 | 0.28 |
| Hex | 49 | 5A | 35 | 13 | 0 | 29 | 41 | 58 | 1A | 1C |
| Octal | 111 | 132 | 65 | 23 | 0 | 51 | 101 | 130 | 32 | 34 |
| Binary | 1001001 | 1011010 | 110101 | 10011 | 0 | 101001 | 1000001 | 1011000 | 11010 | 11100 |
Color Harmonies of #495A35
Complementary color
Monochromatic Colors of #495A35
Black with #495A35
Text Example
Text Example
White with #495A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A35; }
p { color: rgb(73,90,53); }
H1.HeaderClassName
{
color: #495A35;
}
.AnyTagClassName
{
color: #495A35;
}
</style>
background-color css
<style>
a { background-color: #495A35; }
a { background-color: rgb(73,90,53); }
div.DivClassName
{
background-color: #495A35;
}
.BgClassName
{
background-color: #495A35;
}
</style>
border-color css
<style>
span { border-color: #495A35; }
span { border-color: rgb(73,90,53); }
td.TdClassName
{
border-color: #495A35;
}
.TagClassName
{
border-color: #495A35;
}
</style>