Shades of Clover #495A34
Tints of Clover #495A34
RGB
CMYK
RGB Variations
Color information
#495A34 (or 0x495A34) is known color: Clover. HEX triplet: 49, 5A and 34. RGB value is (73,90,52). Sum of RGB (Red+Green+Blue) = 73+90+52=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #495A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A34 is #B6A5CB. Grayscale: #505050. Windows color (decimal): -11969996 or 3430985. OLE color: 3430985.
HSL color Cylindrical-coordinate representation of color #495A34: hue angle of 86.84º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495A34 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 52 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.65 |
| HSL | 86.84º | 0.27% | 0.28% | - |
| HSV(B) | 86.84º | 0.42% | 0.35% | - |
| XYZ | 7.02 | 8.98 | 4.61 | - |
| YUV | 80.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 52 | 0.19 | 0 | 0.42 | 0.65 | 86.84 | 0.27 | 0.28 |
| Hex | 49 | 5A | 34 | 13 | 0 | 2A | 41 | 57 | 1B | 1C |
| Octal | 111 | 132 | 64 | 23 | 0 | 52 | 101 | 127 | 33 | 34 |
| Binary | 1001001 | 1011010 | 110100 | 10011 | 0 | 101010 | 1000001 | 1010111 | 11011 | 11100 |
Color Harmonies of #495A34
Complementary color
Monochromatic Colors of #495A34
Black with #495A34
Text Example
Text Example
White with #495A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A34; }
p { color: rgb(73,90,52); }
H1.HeaderClassName
{
color: #495A34;
}
.AnyTagClassName
{
color: #495A34;
}
</style>
background-color css
<style>
a { background-color: #495A34; }
a { background-color: rgb(73,90,52); }
div.DivClassName
{
background-color: #495A34;
}
.BgClassName
{
background-color: #495A34;
}
</style>
border-color css
<style>
span { border-color: #495A34; }
span { border-color: rgb(73,90,52); }
td.TdClassName
{
border-color: #495A34;
}
.TagClassName
{
border-color: #495A34;
}
</style>