Shades of Viridian #398E6D
Tints of Viridian #398E6D
RGB
CMYK
RGB Variations
Color information
#398E6D (or 0x398E6D) is known color: Viridian. HEX triplet: 39, 8E and 6D. RGB value is (57,142,109). Sum of RGB (Red+Green+Blue) = 57+142+109=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #398E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E6D is #C67192. Grayscale: #707070. Windows color (decimal): -13005203 or 7179833. OLE color: 7179833.
HSL color Cylindrical-coordinate representation of color #398E6D: hue angle of 156.71º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398E6D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 109 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.44 |
| HSL | 156.71º | 0.43% | 0.39% | - |
| HSV(B) | 156.71º | 0.6% | 0.56% | - |
| XYZ | 14.12 | 21.32 | 17.84 | - |
| YUV | 112.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 109 | 0.60 | 0 | 0.23 | 0.44 | 156.71 | 0.43 | 0.39 |
| Hex | 39 | 8E | 6D | 3C | 0 | 17 | 2C | 9D | 2B | 27 |
| Octal | 71 | 216 | 155 | 74 | 0 | 27 | 54 | 235 | 53 | 47 |
| Binary | 111001 | 10001110 | 1101101 | 111100 | 0 | 10111 | 101100 | 10011101 | 101011 | 100111 |
Color Harmonies of #398E6D
Complementary color
Monochromatic Colors of #398E6D
Black with #398E6D
Text Example
Text Example
White with #398E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E6D; }
p { color: rgb(57,142,109); }
H1.HeaderClassName
{
color: #398E6D;
}
.AnyTagClassName
{
color: #398E6D;
}
</style>
background-color css
<style>
a { background-color: #398E6D; }
a { background-color: rgb(57,142,109); }
div.DivClassName
{
background-color: #398E6D;
}
.BgClassName
{
background-color: #398E6D;
}
</style>
border-color css
<style>
span { border-color: #398E6D; }
span { border-color: rgb(57,142,109); }
td.TdClassName
{
border-color: #398E6D;
}
.TagClassName
{
border-color: #398E6D;
}
</style>