Shades of Viridian Green #495F55
Tints of Viridian Green #495F55
RGB
CMYK
RGB Variations
Color information
#495F55 (or 0x495F55) is known color: Viridian Green. HEX triplet: 49, 5F and 55. RGB value is (73,95,85). Sum of RGB (Red+Green+Blue) = 73+95+85=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 95 - color contains mainly: green. Hex color #495F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F55 is #B6A0AA. Grayscale: #575757. Windows color (decimal): -11968683 or 5594953. OLE color: 5594953.
HSL color Cylindrical-coordinate representation of color #495F55: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F55 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 85 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.63 |
| HSL | 152.73º | 0.13% | 0.33% | - |
| HSV(B) | 152.73º | 0.23% | 0.37% | - |
| XYZ | 8.48 | 10.26 | 10.13 | - |
| YUV | 87.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 85 | 0.23 | 0 | 0.11 | 0.63 | 152.73 | 0.13 | 0.33 |
| Hex | 49 | 5F | 55 | 17 | 0 | B | 3F | 99 | D | 21 |
| Octal | 111 | 137 | 125 | 27 | 0 | 13 | 77 | 231 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1010101 | 10111 | 0 | 1011 | 111111 | 10011001 | 1101 | 100001 |
Color Harmonies of #495F55
Complementary color
Monochromatic Colors of #495F55
Black with #495F55
Text Example
Text Example
White with #495F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F55; }
p { color: rgb(73,95,85); }
H1.HeaderClassName
{
color: #495F55;
}
.AnyTagClassName
{
color: #495F55;
}
</style>
background-color css
<style>
a { background-color: #495F55; }
a { background-color: rgb(73,95,85); }
div.DivClassName
{
background-color: #495F55;
}
.BgClassName
{
background-color: #495F55;
}
</style>
border-color css
<style>
span { border-color: #495F55; }
span { border-color: rgb(73,95,85); }
td.TdClassName
{
border-color: #495F55;
}
.TagClassName
{
border-color: #495F55;
}
</style>