Shades of Viridian #398971
Tints of Viridian #398971
RGB
CMYK
RGB Variations
Color information
#398971 (or 0x398971) is known color: Viridian. HEX triplet: 39, 89 and 71. RGB value is (57,137,113). Sum of RGB (Red+Green+Blue) = 57+137+113=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #398971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398971 is #C6768E. Grayscale: #6E6E6E. Windows color (decimal): -13006479 or 7440697. OLE color: 7440697.
HSL color Cylindrical-coordinate representation of color #398971: hue angle of 162º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398971 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 113 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.46 |
| HSL | 162º | 0.41% | 0.38% | - |
| HSV(B) | 162º | 0.58% | 0.54% | - |
| XYZ | 13.61 | 19.95 | 18.76 | - |
| YUV | 110.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 113 | 0.58 | 0 | 0.18 | 0.46 | 162 | 0.41 | 0.38 |
| Hex | 39 | 89 | 71 | 3A | 0 | 12 | 2E | A2 | 29 | 26 |
| Octal | 71 | 211 | 161 | 72 | 0 | 22 | 56 | 242 | 51 | 46 |
| Binary | 111001 | 10001001 | 1110001 | 111010 | 0 | 10010 | 101110 | 10100010 | 101001 | 100110 |
Color Harmonies of #398971
Complementary color
Monochromatic Colors of #398971
Black with #398971
Text Example
Text Example
White with #398971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398971; }
p { color: rgb(57,137,113); }
H1.HeaderClassName
{
color: #398971;
}
.AnyTagClassName
{
color: #398971;
}
</style>
background-color css
<style>
a { background-color: #398971; }
a { background-color: rgb(57,137,113); }
div.DivClassName
{
background-color: #398971;
}
.BgClassName
{
background-color: #398971;
}
</style>
border-color css
<style>
span { border-color: #398971; }
span { border-color: rgb(57,137,113); }
td.TdClassName
{
border-color: #398971;
}
.TagClassName
{
border-color: #398971;
}
</style>