Shades of Viridian #398A71
Tints of Viridian #398A71
RGB
CMYK
RGB Variations
Color information
#398A71 (or 0x398A71) is known color: Viridian. HEX triplet: 39, 8A and 71. RGB value is (57,138,113). Sum of RGB (Red+Green+Blue) = 57+138+113=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #398A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A71 is #C6758E. Grayscale: #6E6E6E. Windows color (decimal): -13006223 or 7440953. OLE color: 7440953.
HSL color Cylindrical-coordinate representation of color #398A71: hue angle of 161.48º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A71 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 113 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.46 |
| HSL | 161.48º | 0.42% | 0.38% | - |
| HSV(B) | 161.48º | 0.59% | 0.54% | - |
| XYZ | 13.76 | 20.24 | 18.8 | - |
| YUV | 110.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 113 | 0.59 | 0 | 0.18 | 0.46 | 161.48 | 0.42 | 0.38 |
| Hex | 39 | 8A | 71 | 3B | 0 | 12 | 2E | A1 | 2A | 26 |
| Octal | 71 | 212 | 161 | 73 | 0 | 22 | 56 | 241 | 52 | 46 |
| Binary | 111001 | 10001010 | 1110001 | 111011 | 0 | 10010 | 101110 | 10100001 | 101010 | 100110 |
Color Harmonies of #398A71
Complementary color
Monochromatic Colors of #398A71
Black with #398A71
Text Example
Text Example
White with #398A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A71; }
p { color: rgb(57,138,113); }
H1.HeaderClassName
{
color: #398A71;
}
.AnyTagClassName
{
color: #398A71;
}
</style>
background-color css
<style>
a { background-color: #398A71; }
a { background-color: rgb(57,138,113); }
div.DivClassName
{
background-color: #398A71;
}
.BgClassName
{
background-color: #398A71;
}
</style>
border-color css
<style>
span { border-color: #398A71; }
span { border-color: rgb(57,138,113); }
td.TdClassName
{
border-color: #398A71;
}
.TagClassName
{
border-color: #398A71;
}
</style>