Shades of Viridian Green #495C52
Tints of Viridian Green #495C52
RGB
CMYK
RGB Variations
Color information
#495C52 (or 0x495C52) is known color: Viridian Green. HEX triplet: 49, 5C and 52. RGB value is (73,92,82). Sum of RGB (Red+Green+Blue) = 73+92+82=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #495C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C52 is #B6A3AD. Grayscale: #555555. Windows color (decimal): -11969454 or 5397577. OLE color: 5397577.
HSL color Cylindrical-coordinate representation of color #495C52: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C52 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 82 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.64 |
| HSL | 148.42º | 0.12% | 0.32% | - |
| HSV(B) | 148.42º | 0.21% | 0.36% | - |
| XYZ | 8.1 | 9.68 | 9.42 | - |
| YUV | 85.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 82 | 0.21 | 0 | 0.11 | 0.64 | 148.42 | 0.12 | 0.32 |
| Hex | 49 | 5C | 52 | 15 | 0 | B | 40 | 94 | C | 20 |
| Octal | 111 | 134 | 122 | 25 | 0 | 13 | 100 | 224 | 14 | 40 |
| Binary | 1001001 | 1011100 | 1010010 | 10101 | 0 | 1011 | 1000000 | 10010100 | 1100 | 100000 |
Color Harmonies of #495C52
Complementary color
Monochromatic Colors of #495C52
Black with #495C52
Text Example
Text Example
White with #495C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C52; }
p { color: rgb(73,92,82); }
H1.HeaderClassName
{
color: #495C52;
}
.AnyTagClassName
{
color: #495C52;
}
</style>
background-color css
<style>
a { background-color: #495C52; }
a { background-color: rgb(73,92,82); }
div.DivClassName
{
background-color: #495C52;
}
.BgClassName
{
background-color: #495C52;
}
</style>
border-color css
<style>
span { border-color: #495C52; }
span { border-color: rgb(73,92,82); }
td.TdClassName
{
border-color: #495C52;
}
.TagClassName
{
border-color: #495C52;
}
</style>