Shades of Viridian Green #495D56
Tints of Viridian Green #495D56
RGB
CMYK
RGB Variations
Color information
#495D56 (or 0x495D56) is known color: Viridian Green. HEX triplet: 49, 5D and 56. RGB value is (73,93,86). Sum of RGB (Red+Green+Blue) = 73+93+86=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #495D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D56 is #B6A2A9. Grayscale: #565656. Windows color (decimal): -11969194 or 5659977. OLE color: 5659977.
HSL color Cylindrical-coordinate representation of color #495D56: hue angle of 159º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D56 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 86 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.64 |
| HSL | 159º | 0.12% | 0.33% | - |
| HSV(B) | 159º | 0.22% | 0.36% | - |
| XYZ | 8.34 | 9.92 | 10.28 | - |
| YUV | 86.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 86 | 0.22 | 0 | 0.08 | 0.64 | 159 | 0.12 | 0.33 |
| Hex | 49 | 5D | 56 | 16 | 0 | 8 | 40 | 9F | C | 21 |
| Octal | 111 | 135 | 126 | 26 | 0 | 10 | 100 | 237 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1010110 | 10110 | 0 | 1000 | 1000000 | 10011111 | 1100 | 100001 |
Color Harmonies of #495D56
Complementary color
Monochromatic Colors of #495D56
Black with #495D56
Text Example
Text Example
White with #495D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D56; }
p { color: rgb(73,93,86); }
H1.HeaderClassName
{
color: #495D56;
}
.AnyTagClassName
{
color: #495D56;
}
</style>
background-color css
<style>
a { background-color: #495D56; }
a { background-color: rgb(73,93,86); }
div.DivClassName
{
background-color: #495D56;
}
.BgClassName
{
background-color: #495D56;
}
</style>
border-color css
<style>
span { border-color: #495D56; }
span { border-color: rgb(73,93,86); }
td.TdClassName
{
border-color: #495D56;
}
.TagClassName
{
border-color: #495D56;
}
</style>