Shades of Viridian Green #495D54
Tints of Viridian Green #495D54
RGB
CMYK
RGB Variations
Color information
#495D54 (or 0x495D54) is known color: Viridian Green. HEX triplet: 49, 5D and 54. RGB value is (73,93,84). Sum of RGB (Red+Green+Blue) = 73+93+84=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #495D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D54 is #B6A2AB. Grayscale: #565656. Windows color (decimal): -11969196 or 5528905. OLE color: 5528905.
HSL color Cylindrical-coordinate representation of color #495D54: hue angle of 153º 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 #495D54 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 84 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.64 |
| HSL | 153º | 0.12% | 0.33% | - |
| HSV(B) | 153º | 0.22% | 0.36% | - |
| XYZ | 8.26 | 9.89 | 9.86 | - |
| YUV | 85.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 84 | 0.22 | 0 | 0.10 | 0.64 | 153 | 0.12 | 0.33 |
| Hex | 49 | 5D | 54 | 16 | 0 | A | 40 | 99 | C | 21 |
| Octal | 111 | 135 | 124 | 26 | 0 | 12 | 100 | 231 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1010100 | 10110 | 0 | 1010 | 1000000 | 10011001 | 1100 | 100001 |
Color Harmonies of #495D54
Complementary color
Monochromatic Colors of #495D54
Black with #495D54
Text Example
Text Example
White with #495D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D54; }
p { color: rgb(73,93,84); }
H1.HeaderClassName
{
color: #495D54;
}
.AnyTagClassName
{
color: #495D54;
}
</style>
background-color css
<style>
a { background-color: #495D54; }
a { background-color: rgb(73,93,84); }
div.DivClassName
{
background-color: #495D54;
}
.BgClassName
{
background-color: #495D54;
}
</style>
border-color css
<style>
span { border-color: #495D54; }
span { border-color: rgb(73,93,84); }
td.TdClassName
{
border-color: #495D54;
}
.TagClassName
{
border-color: #495D54;
}
</style>