Shades of Clover #495A2E
Tints of Clover #495A2E
RGB
CMYK
RGB Variations
Color information
#495A2E (or 0x495A2E) is known color: Clover. HEX triplet: 49, 5A and 2E. RGB value is (73,90,46). Sum of RGB (Red+Green+Blue) = 73+90+46=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2E is #B6A5D1. Grayscale: #505050. Windows color (decimal): -11970002 or 3037769. OLE color: 3037769.
HSL color Cylindrical-coordinate representation of color #495A2E: hue angle of 83.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495A2E is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 46 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.65 |
| HSL | 83.18º | 0.32% | 0.27% | - |
| HSV(B) | 83.18º | 0.49% | 0.35% | - |
| XYZ | 6.9 | 8.93 | 3.94 | - |
| YUV | 79.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 46 | 0.19 | 0 | 0.49 | 0.65 | 83.18 | 0.32 | 0.27 |
| Hex | 49 | 5A | 2E | 13 | 0 | 31 | 41 | 53 | 20 | 1B |
| Octal | 111 | 132 | 56 | 23 | 0 | 61 | 101 | 123 | 40 | 33 |
| Binary | 1001001 | 1011010 | 101110 | 10011 | 0 | 110001 | 1000001 | 1010011 | 100000 | 11011 |
Color Harmonies of #495A2E
Complementary color
Monochromatic Colors of #495A2E
Black with #495A2E
Text Example
Text Example
White with #495A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A2E; }
p { color: rgb(73,90,46); }
H1.HeaderClassName
{
color: #495A2E;
}
.AnyTagClassName
{
color: #495A2E;
}
</style>
background-color css
<style>
a { background-color: #495A2E; }
a { background-color: rgb(73,90,46); }
div.DivClassName
{
background-color: #495A2E;
}
.BgClassName
{
background-color: #495A2E;
}
</style>
border-color css
<style>
span { border-color: #495A2E; }
span { border-color: rgb(73,90,46); }
td.TdClassName
{
border-color: #495A2E;
}
.TagClassName
{
border-color: #495A2E;
}
</style>