Shades of Viridian #497965
Tints of Viridian #497965
RGB
CMYK
RGB Variations
Color information
#497965 (or 0x497965) is known color: Viridian. HEX triplet: 49, 79 and 65. RGB value is (73,121,101). Sum of RGB (Red+Green+Blue) = 73+121+101=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #497965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497965 is #B6869A. Grayscale: #686868. Windows color (decimal): -11962011 or 6650185. OLE color: 6650185.
HSL color Cylindrical-coordinate representation of color #497965: hue angle of 155º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497965 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 101 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.53 |
| HSL | 155º | 0.25% | 0.38% | - |
| HSV(B) | 155º | 0.4% | 0.47% | - |
| XYZ | 11.93 | 16.03 | 14.78 | - |
| YUV | 104.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 101 | 0.40 | 0 | 0.17 | 0.53 | 155 | 0.25 | 0.38 |
| Hex | 49 | 79 | 65 | 28 | 0 | 11 | 35 | 9B | 19 | 26 |
| Octal | 111 | 171 | 145 | 50 | 0 | 21 | 65 | 233 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1100101 | 101000 | 0 | 10001 | 110101 | 10011011 | 11001 | 100110 |
Color Harmonies of #497965
Complementary color
Monochromatic Colors of #497965
Black with #497965
Text Example
Text Example
White with #497965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497965; }
p { color: rgb(73,121,101); }
H1.HeaderClassName
{
color: #497965;
}
.AnyTagClassName
{
color: #497965;
}
</style>
background-color css
<style>
a { background-color: #497965; }
a { background-color: rgb(73,121,101); }
div.DivClassName
{
background-color: #497965;
}
.BgClassName
{
background-color: #497965;
}
</style>
border-color css
<style>
span { border-color: #497965; }
span { border-color: rgb(73,121,101); }
td.TdClassName
{
border-color: #497965;
}
.TagClassName
{
border-color: #497965;
}
</style>