Shades of Viridian #497A67
Tints of Viridian #497A67
RGB
CMYK
RGB Variations
Color information
#497A67 (or 0x497A67) is known color: Viridian. HEX triplet: 49, 7A and 67. RGB value is (73,122,103). Sum of RGB (Red+Green+Blue) = 73+122+103=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #497A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A67 is #B68598. Grayscale: #696969. Windows color (decimal): -11961753 or 6781513. OLE color: 6781513.
HSL color Cylindrical-coordinate representation of color #497A67: hue angle of 156.73º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A67 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 103 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.52 |
| HSL | 156.73º | 0.25% | 0.38% | - |
| HSV(B) | 156.73º | 0.4% | 0.48% | - |
| XYZ | 12.16 | 16.31 | 15.34 | - |
| YUV | 105.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 103 | 0.40 | 0 | 0.16 | 0.52 | 156.73 | 0.25 | 0.38 |
| Hex | 49 | 7A | 67 | 28 | 0 | 10 | 34 | 9D | 19 | 26 |
| Octal | 111 | 172 | 147 | 50 | 0 | 20 | 64 | 235 | 31 | 46 |
| Binary | 1001001 | 1111010 | 1100111 | 101000 | 0 | 10000 | 110100 | 10011101 | 11001 | 100110 |
Color Harmonies of #497A67
Complementary color
Monochromatic Colors of #497A67
Black with #497A67
Text Example
Text Example
White with #497A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A67; }
p { color: rgb(73,122,103); }
H1.HeaderClassName
{
color: #497A67;
}
.AnyTagClassName
{
color: #497A67;
}
</style>
background-color css
<style>
a { background-color: #497A67; }
a { background-color: rgb(73,122,103); }
div.DivClassName
{
background-color: #497A67;
}
.BgClassName
{
background-color: #497A67;
}
</style>
border-color css
<style>
span { border-color: #497A67; }
span { border-color: rgb(73,122,103); }
td.TdClassName
{
border-color: #497A67;
}
.TagClassName
{
border-color: #497A67;
}
</style>