Shades of Clover #495A36
Tints of Clover #495A36
RGB
CMYK
RGB Variations
Color information
#495A36 (or 0x495A36) is known color: Clover. HEX triplet: 49, 5A and 36. RGB value is (73,90,54). Sum of RGB (Red+Green+Blue) = 73+90+54=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #495A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A36 is #B6A5C9. Grayscale: #505050. Windows color (decimal): -11969994 or 3562057. OLE color: 3562057.
HSL color Cylindrical-coordinate representation of color #495A36: hue angle of 88.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495A36 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 54 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.65 |
| HSL | 88.33º | 0.25% | 0.28% | - |
| HSV(B) | 88.33º | 0.4% | 0.35% | - |
| XYZ | 7.07 | 9 | 4.85 | - |
| YUV | 80.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 54 | 0.19 | 0 | 0.40 | 0.65 | 88.33 | 0.25 | 0.28 |
| Hex | 49 | 5A | 36 | 13 | 0 | 28 | 41 | 58 | 19 | 1C |
| Octal | 111 | 132 | 66 | 23 | 0 | 50 | 101 | 130 | 31 | 34 |
| Binary | 1001001 | 1011010 | 110110 | 10011 | 0 | 101000 | 1000001 | 1011000 | 11001 | 11100 |
Color Harmonies of #495A36
Complementary color
Monochromatic Colors of #495A36
Black with #495A36
Text Example
Text Example
White with #495A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A36; }
p { color: rgb(73,90,54); }
H1.HeaderClassName
{
color: #495A36;
}
.AnyTagClassName
{
color: #495A36;
}
</style>
background-color css
<style>
a { background-color: #495A36; }
a { background-color: rgb(73,90,54); }
div.DivClassName
{
background-color: #495A36;
}
.BgClassName
{
background-color: #495A36;
}
</style>
border-color css
<style>
span { border-color: #495A36; }
span { border-color: rgb(73,90,54); }
td.TdClassName
{
border-color: #495A36;
}
.TagClassName
{
border-color: #495A36;
}
</style>