Shades of Viridian #317D62
Tints of Viridian #317D62
RGB
CMYK
RGB Variations
Color information
#317D62 (or 0x317D62) is known color: Viridian. HEX triplet: 31, 7D and 62. RGB value is (49,125,98). Sum of RGB (Red+Green+Blue) = 49+125+98=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #317D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D62 is #CE829D. Grayscale: #636363. Windows color (decimal): -13533854 or 6454577. OLE color: 6454577.
HSL color Cylindrical-coordinate representation of color #317D62: hue angle of 158.68º 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 #317D62 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 98 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.51 |
| HSL | 158.68º | 0.44% | 0.34% | - |
| HSV(B) | 158.68º | 0.61% | 0.49% | - |
| XYZ | 10.8 | 16.2 | 14.11 | - |
| YUV | 99.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 98 | 0.61 | 0 | 0.22 | 0.51 | 158.68 | 0.44 | 0.34 |
| Hex | 31 | 7D | 62 | 3D | 0 | 16 | 33 | 9F | 2C | 22 |
| Octal | 61 | 175 | 142 | 75 | 0 | 26 | 63 | 237 | 54 | 42 |
| Binary | 110001 | 1111101 | 1100010 | 111101 | 0 | 10110 | 110011 | 10011111 | 101100 | 100010 |
Color Harmonies of #317D62
Complementary color
Monochromatic Colors of #317D62
Black with #317D62
Text Example
Text Example
White with #317D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D62; }
p { color: rgb(49,125,98); }
H1.HeaderClassName
{
color: #317D62;
}
.AnyTagClassName
{
color: #317D62;
}
</style>
background-color css
<style>
a { background-color: #317D62; }
a { background-color: rgb(49,125,98); }
div.DivClassName
{
background-color: #317D62;
}
.BgClassName
{
background-color: #317D62;
}
</style>
border-color css
<style>
span { border-color: #317D62; }
span { border-color: rgb(49,125,98); }
td.TdClassName
{
border-color: #317D62;
}
.TagClassName
{
border-color: #317D62;
}
</style>