Shades of Viridian #318871
Tints of Viridian #318871
RGB
CMYK
RGB Variations
Color information
#318871 (or 0x318871) is known color: Viridian. HEX triplet: 31, 88 and 71. RGB value is (49,136,113). Sum of RGB (Red+Green+Blue) = 49+136+113=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #318871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318871 is #CE778E. Grayscale: #6B6B6B. Windows color (decimal): -13531023 or 7440433. OLE color: 7440433.
HSL color Cylindrical-coordinate representation of color #318871: hue angle of 164.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318871 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 113 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.47 |
| HSL | 164.14º | 0.47% | 0.36% | - |
| HSV(B) | 164.14º | 0.64% | 0.53% | - |
| XYZ | 13.05 | 19.45 | 18.69 | - |
| YUV | 107.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 113 | 0.64 | 0 | 0.17 | 0.47 | 164.14 | 0.47 | 0.36 |
| Hex | 31 | 88 | 71 | 40 | 0 | 11 | 2F | A4 | 2F | 24 |
| Octal | 61 | 210 | 161 | 100 | 0 | 21 | 57 | 244 | 57 | 44 |
| Binary | 110001 | 10001000 | 1110001 | 1000000 | 0 | 10001 | 101111 | 10100100 | 101111 | 100100 |
Color Harmonies of #318871
Complementary color
Monochromatic Colors of #318871
Black with #318871
Text Example
Text Example
White with #318871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318871; }
p { color: rgb(49,136,113); }
H1.HeaderClassName
{
color: #318871;
}
.AnyTagClassName
{
color: #318871;
}
</style>
background-color css
<style>
a { background-color: #318871; }
a { background-color: rgb(49,136,113); }
div.DivClassName
{
background-color: #318871;
}
.BgClassName
{
background-color: #318871;
}
</style>
border-color css
<style>
span { border-color: #318871; }
span { border-color: rgb(49,136,113); }
td.TdClassName
{
border-color: #318871;
}
.TagClassName
{
border-color: #318871;
}
</style>