Shades of Clover #495A2A
Tints of Clover #495A2A
RGB
CMYK
RGB Variations
Color information
#495A2A (or 0x495A2A) is known color: Clover. HEX triplet: 49, 5A and 2A. RGB value is (73,90,42). Sum of RGB (Red+Green+Blue) = 73+90+42=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2A is #B6A5D5. Grayscale: #4F4F4F. Windows color (decimal): -11970006 or 2775625. OLE color: 2775625.
HSL color Cylindrical-coordinate representation of color #495A2A: hue angle of 81.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495A2A is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 42 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.65 |
| HSL | 81.25º | 0.36% | 0.26% | - |
| HSV(B) | 81.25º | 0.53% | 0.35% | - |
| XYZ | 6.82 | 8.9 | 3.55 | - |
| YUV | 79.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 42 | 0.19 | 0 | 0.53 | 0.65 | 81.25 | 0.36 | 0.26 |
| Hex | 49 | 5A | 2A | 13 | 0 | 35 | 41 | 51 | 24 | 1A |
| Octal | 111 | 132 | 52 | 23 | 0 | 65 | 101 | 121 | 44 | 32 |
| Binary | 1001001 | 1011010 | 101010 | 10011 | 0 | 110101 | 1000001 | 1010001 | 100100 | 11010 |
Color Harmonies of #495A2A
Complementary color
Monochromatic Colors of #495A2A
Black with #495A2A
Text Example
Text Example
White with #495A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A2A; }
p { color: rgb(73,90,42); }
H1.HeaderClassName
{
color: #495A2A;
}
.AnyTagClassName
{
color: #495A2A;
}
</style>
background-color css
<style>
a { background-color: #495A2A; }
a { background-color: rgb(73,90,42); }
div.DivClassName
{
background-color: #495A2A;
}
.BgClassName
{
background-color: #495A2A;
}
</style>
border-color css
<style>
span { border-color: #495A2A; }
span { border-color: rgb(73,90,42); }
td.TdClassName
{
border-color: #495A2A;
}
.TagClassName
{
border-color: #495A2A;
}
</style>