Shades of Clover #495A2C
Tints of Clover #495A2C
RGB
CMYK
RGB Variations
Color information
#495A2C (or 0x495A2C) is known color: Clover. HEX triplet: 49, 5A and 2C. RGB value is (73,90,44). Sum of RGB (Red+Green+Blue) = 73+90+44=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2C is #B6A5D3. Grayscale: #4F4F4F. Windows color (decimal): -11970004 or 2906697. OLE color: 2906697.
HSL color Cylindrical-coordinate representation of color #495A2C: hue angle of 82.17º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495A2C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 44 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.65 |
| HSL | 82.17º | 0.34% | 0.26% | - |
| HSV(B) | 82.17º | 0.51% | 0.35% | - |
| XYZ | 6.86 | 8.91 | 3.74 | - |
| YUV | 79.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 44 | 0.19 | 0 | 0.51 | 0.65 | 82.17 | 0.34 | 0.26 |
| Hex | 49 | 5A | 2C | 13 | 0 | 33 | 41 | 52 | 22 | 1A |
| Octal | 111 | 132 | 54 | 23 | 0 | 63 | 101 | 122 | 42 | 32 |
| Binary | 1001001 | 1011010 | 101100 | 10011 | 0 | 110011 | 1000001 | 1010010 | 100010 | 11010 |
Color Harmonies of #495A2C
Complementary color
Monochromatic Colors of #495A2C
Black with #495A2C
Text Example
Text Example
White with #495A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A2C; }
p { color: rgb(73,90,44); }
H1.HeaderClassName
{
color: #495A2C;
}
.AnyTagClassName
{
color: #495A2C;
}
</style>
background-color css
<style>
a { background-color: #495A2C; }
a { background-color: rgb(73,90,44); }
div.DivClassName
{
background-color: #495A2C;
}
.BgClassName
{
background-color: #495A2C;
}
</style>
border-color css
<style>
span { border-color: #495A2C; }
span { border-color: rgb(73,90,44); }
td.TdClassName
{
border-color: #495A2C;
}
.TagClassName
{
border-color: #495A2C;
}
</style>