Shades of Viridian #497C6A
Tints of Viridian #497C6A
RGB
CMYK
RGB Variations
Color information
#497C6A (or 0x497C6A) is known color: Viridian. HEX triplet: 49, 7C and 6A. RGB value is (73,124,106). Sum of RGB (Red+Green+Blue) = 73+124+106=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #497C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C6A is #B68395. Grayscale: #6A6A6A. Windows color (decimal): -11961238 or 6978633. OLE color: 6978633.
HSL color Cylindrical-coordinate representation of color #497C6A: hue angle of 158.82º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C6A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 106 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.51 |
| HSL | 158.82º | 0.26% | 0.39% | - |
| HSV(B) | 158.82º | 0.41% | 0.49% | - |
| XYZ | 12.56 | 16.87 | 16.23 | - |
| YUV | 106.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 106 | 0.41 | 0 | 0.15 | 0.51 | 158.82 | 0.26 | 0.39 |
| Hex | 49 | 7C | 6A | 29 | 0 | F | 33 | 9F | 1A | 27 |
| Octal | 111 | 174 | 152 | 51 | 0 | 17 | 63 | 237 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1101010 | 101001 | 0 | 1111 | 110011 | 10011111 | 11010 | 100111 |
Color Harmonies of #497C6A
Complementary color
Monochromatic Colors of #497C6A
Black with #497C6A
Text Example
Text Example
White with #497C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C6A; }
p { color: rgb(73,124,106); }
H1.HeaderClassName
{
color: #497C6A;
}
.AnyTagClassName
{
color: #497C6A;
}
</style>
background-color css
<style>
a { background-color: #497C6A; }
a { background-color: rgb(73,124,106); }
div.DivClassName
{
background-color: #497C6A;
}
.BgClassName
{
background-color: #497C6A;
}
</style>
border-color css
<style>
span { border-color: #497C6A; }
span { border-color: rgb(73,124,106); }
td.TdClassName
{
border-color: #497C6A;
}
.TagClassName
{
border-color: #497C6A;
}
</style>