Shades of Viridian #318972
Tints of Viridian #318972
RGB
CMYK
RGB Variations
Color information
#318972 (or 0x318972) is known color: Viridian. HEX triplet: 31, 89 and 72. RGB value is (49,137,114). Sum of RGB (Red+Green+Blue) = 49+137+114=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #318972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318972 is #CE768D. Grayscale: #6C6C6C. Windows color (decimal): -13530766 or 7506225. OLE color: 7506225.
HSL color Cylindrical-coordinate representation of color #318972: hue angle of 164.32º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318972 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 114 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.46 |
| HSL | 164.32º | 0.47% | 0.36% | - |
| HSV(B) | 164.32º | 0.64% | 0.54% | - |
| XYZ | 13.25 | 19.76 | 19.04 | - |
| YUV | 108.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 114 | 0.64 | 0 | 0.17 | 0.46 | 164.32 | 0.47 | 0.36 |
| Hex | 31 | 89 | 72 | 40 | 0 | 11 | 2E | A4 | 2F | 24 |
| Octal | 61 | 211 | 162 | 100 | 0 | 21 | 56 | 244 | 57 | 44 |
| Binary | 110001 | 10001001 | 1110010 | 1000000 | 0 | 10001 | 101110 | 10100100 | 101111 | 100100 |
Color Harmonies of #318972
Complementary color
Monochromatic Colors of #318972
Black with #318972
Text Example
Text Example
White with #318972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318972; }
p { color: rgb(49,137,114); }
H1.HeaderClassName
{
color: #318972;
}
.AnyTagClassName
{
color: #318972;
}
</style>
background-color css
<style>
a { background-color: #318972; }
a { background-color: rgb(49,137,114); }
div.DivClassName
{
background-color: #318972;
}
.BgClassName
{
background-color: #318972;
}
</style>
border-color css
<style>
span { border-color: #318972; }
span { border-color: rgb(49,137,114); }
td.TdClassName
{
border-color: #318972;
}
.TagClassName
{
border-color: #318972;
}
</style>