Shades of Viridian #318E6F
Tints of Viridian #318E6F
RGB
CMYK
RGB Variations
Color information
#318E6F (or 0x318E6F) is known color: Viridian. HEX triplet: 31, 8E and 6F. RGB value is (49,142,111). Sum of RGB (Red+Green+Blue) = 49+142+111=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #318E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E6F is #CE7190. Grayscale: #6E6E6E. Windows color (decimal): -13529489 or 7310897. OLE color: 7310897.
HSL color Cylindrical-coordinate representation of color #318E6F: hue angle of 160º 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 #318E6F is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 111 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.44 |
| HSL | 160º | 0.49% | 0.37% | - |
| HSV(B) | 160º | 0.65% | 0.56% | - |
| XYZ | 13.81 | 21.15 | 18.39 | - |
| YUV | 110.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 111 | 0.65 | 0 | 0.22 | 0.44 | 160 | 0.49 | 0.37 |
| Hex | 31 | 8E | 6F | 41 | 0 | 16 | 2C | A0 | 31 | 25 |
| Octal | 61 | 216 | 157 | 101 | 0 | 26 | 54 | 240 | 61 | 45 |
| Binary | 110001 | 10001110 | 1101111 | 1000001 | 0 | 10110 | 101100 | 10100000 | 110001 | 100101 |
Color Harmonies of #318E6F
Complementary color
Monochromatic Colors of #318E6F
Black with #318E6F
Text Example
Text Example
White with #318E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E6F; }
p { color: rgb(49,142,111); }
H1.HeaderClassName
{
color: #318E6F;
}
.AnyTagClassName
{
color: #318E6F;
}
</style>
background-color css
<style>
a { background-color: #318E6F; }
a { background-color: rgb(49,142,111); }
div.DivClassName
{
background-color: #318E6F;
}
.BgClassName
{
background-color: #318E6F;
}
</style>
border-color css
<style>
span { border-color: #318E6F; }
span { border-color: rgb(49,142,111); }
td.TdClassName
{
border-color: #318E6F;
}
.TagClassName
{
border-color: #318E6F;
}
</style>