Shades of Viridian #317E61
Tints of Viridian #317E61
RGB
CMYK
RGB Variations
Color information
#317E61 (or 0x317E61) is known color: Viridian. HEX triplet: 31, 7E and 61. RGB value is (49,126,97). Sum of RGB (Red+Green+Blue) = 49+126+97=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #317E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E61 is #CE819E. Grayscale: #636363. Windows color (decimal): -13533599 or 6389297. OLE color: 6389297.
HSL color Cylindrical-coordinate representation of color #317E61: hue angle of 157.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E61 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 97 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.51 |
| HSL | 157.4º | 0.44% | 0.34% | - |
| HSV(B) | 157.4º | 0.61% | 0.49% | - |
| XYZ | 10.89 | 16.44 | 13.91 | - |
| YUV | 99.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 97 | 0.61 | 0 | 0.23 | 0.51 | 157.4 | 0.44 | 0.34 |
| Hex | 31 | 7E | 61 | 3D | 0 | 17 | 33 | 9D | 2C | 22 |
| Octal | 61 | 176 | 141 | 75 | 0 | 27 | 63 | 235 | 54 | 42 |
| Binary | 110001 | 1111110 | 1100001 | 111101 | 0 | 10111 | 110011 | 10011101 | 101100 | 100010 |
Color Harmonies of #317E61
Complementary color
Monochromatic Colors of #317E61
Black with #317E61
Text Example
Text Example
White with #317E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E61; }
p { color: rgb(49,126,97); }
H1.HeaderClassName
{
color: #317E61;
}
.AnyTagClassName
{
color: #317E61;
}
</style>
background-color css
<style>
a { background-color: #317E61; }
a { background-color: rgb(49,126,97); }
div.DivClassName
{
background-color: #317E61;
}
.BgClassName
{
background-color: #317E61;
}
</style>
border-color css
<style>
span { border-color: #317E61; }
span { border-color: rgb(49,126,97); }
td.TdClassName
{
border-color: #317E61;
}
.TagClassName
{
border-color: #317E61;
}
</style>