Shades of Viridian #318E73
Tints of Viridian #318E73
RGB
CMYK
RGB Variations
Color information
#318E73 (or 0x318E73) is known color: Viridian. HEX triplet: 31, 8E and 73. RGB value is (49,142,115). Sum of RGB (Red+Green+Blue) = 49+142+115=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #318E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E73 is #CE718C. Grayscale: #6F6F6F. Windows color (decimal): -13529485 or 7573041. OLE color: 7573041.
HSL color Cylindrical-coordinate representation of color #318E73: hue angle of 162.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E73 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 115 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.44 |
| HSL | 162.58º | 0.49% | 0.37% | - |
| HSV(B) | 162.58º | 0.65% | 0.56% | - |
| XYZ | 14.03 | 21.24 | 19.58 | - |
| YUV | 111.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 115 | 0.65 | 0 | 0.19 | 0.44 | 162.58 | 0.49 | 0.37 |
| Hex | 31 | 8E | 73 | 41 | 0 | 13 | 2C | A3 | 31 | 25 |
| Octal | 61 | 216 | 163 | 101 | 0 | 23 | 54 | 243 | 61 | 45 |
| Binary | 110001 | 10001110 | 1110011 | 1000001 | 0 | 10011 | 101100 | 10100011 | 110001 | 100101 |
Color Harmonies of #318E73
Complementary color
Monochromatic Colors of #318E73
Black with #318E73
Text Example
Text Example
White with #318E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E73; }
p { color: rgb(49,142,115); }
H1.HeaderClassName
{
color: #318E73;
}
.AnyTagClassName
{
color: #318E73;
}
</style>
background-color css
<style>
a { background-color: #318E73; }
a { background-color: rgb(49,142,115); }
div.DivClassName
{
background-color: #318E73;
}
.BgClassName
{
background-color: #318E73;
}
</style>
border-color css
<style>
span { border-color: #318E73; }
span { border-color: rgb(49,142,115); }
td.TdClassName
{
border-color: #318E73;
}
.TagClassName
{
border-color: #318E73;
}
</style>