Shades of Viridian #318971
Tints of Viridian #318971
RGB
CMYK
RGB Variations
Color information
#318971 (or 0x318971) is known color: Viridian. HEX triplet: 31, 89 and 71. RGB value is (49,137,113). Sum of RGB (Red+Green+Blue) = 49+137+113=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #318971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318971 is #CE768E. Grayscale: #6B6B6B. Windows color (decimal): -13530767 or 7440689. OLE color: 7440689.
HSL color Cylindrical-coordinate representation of color #318971: hue angle of 163.64º 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 #318971 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 113 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.46 |
| HSL | 163.64º | 0.47% | 0.36% | - |
| HSV(B) | 163.64º | 0.64% | 0.54% | - |
| XYZ | 13.19 | 19.74 | 18.74 | - |
| YUV | 107.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 113 | 0.64 | 0 | 0.18 | 0.46 | 163.64 | 0.47 | 0.36 |
| Hex | 31 | 89 | 71 | 40 | 0 | 12 | 2E | A4 | 2F | 24 |
| Octal | 61 | 211 | 161 | 100 | 0 | 22 | 56 | 244 | 57 | 44 |
| Binary | 110001 | 10001001 | 1110001 | 1000000 | 0 | 10010 | 101110 | 10100100 | 101111 | 100100 |
Color Harmonies of #318971
Complementary color
Monochromatic Colors of #318971
Black with #318971
Text Example
Text Example
White with #318971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318971; }
p { color: rgb(49,137,113); }
H1.HeaderClassName
{
color: #318971;
}
.AnyTagClassName
{
color: #318971;
}
</style>
background-color css
<style>
a { background-color: #318971; }
a { background-color: rgb(49,137,113); }
div.DivClassName
{
background-color: #318971;
}
.BgClassName
{
background-color: #318971;
}
</style>
border-color css
<style>
span { border-color: #318971; }
span { border-color: rgb(49,137,113); }
td.TdClassName
{
border-color: #318971;
}
.TagClassName
{
border-color: #318971;
}
</style>