Shades of Viridian #497D6E
Tints of Viridian #497D6E
RGB
CMYK
RGB Variations
Color information
#497D6E (or 0x497D6E) is known color: Viridian. HEX triplet: 49, 7D and 6E. RGB value is (73,125,110). Sum of RGB (Red+Green+Blue) = 73+125+110=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #497D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D6E is #B68291. Grayscale: #6B6B6B. Windows color (decimal): -11960978 or 7241033. OLE color: 7241033.
HSL color Cylindrical-coordinate representation of color #497D6E: hue angle of 162.69º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D6E is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 110 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.51 |
| HSL | 162.69º | 0.26% | 0.39% | - |
| HSV(B) | 162.69º | 0.42% | 0.49% | - |
| XYZ | 12.9 | 17.21 | 17.39 | - |
| YUV | 107.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 110 | 0.42 | 0 | 0.12 | 0.51 | 162.69 | 0.26 | 0.39 |
| Hex | 49 | 7D | 6E | 2A | 0 | C | 33 | A3 | 1A | 27 |
| Octal | 111 | 175 | 156 | 52 | 0 | 14 | 63 | 243 | 32 | 47 |
| Binary | 1001001 | 1111101 | 1101110 | 101010 | 0 | 1100 | 110011 | 10100011 | 11010 | 100111 |
Color Harmonies of #497D6E
Complementary color
Monochromatic Colors of #497D6E
Black with #497D6E
Text Example
Text Example
White with #497D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D6E; }
p { color: rgb(73,125,110); }
H1.HeaderClassName
{
color: #497D6E;
}
.AnyTagClassName
{
color: #497D6E;
}
</style>
background-color css
<style>
a { background-color: #497D6E; }
a { background-color: rgb(73,125,110); }
div.DivClassName
{
background-color: #497D6E;
}
.BgClassName
{
background-color: #497D6E;
}
</style>
border-color css
<style>
span { border-color: #497D6E; }
span { border-color: rgb(73,125,110); }
td.TdClassName
{
border-color: #497D6E;
}
.TagClassName
{
border-color: #497D6E;
}
</style>