Shades of Viridian #398978
Tints of Viridian #398978
RGB
CMYK
RGB Variations
Color information
#398978 (or 0x398978) is known color: Viridian. HEX triplet: 39, 89 and 78. RGB value is (57,137,120). Sum of RGB (Red+Green+Blue) = 57+137+120=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #398978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398978 is #C67687. Grayscale: #6F6F6F. Windows color (decimal): -13006472 or 7899449. OLE color: 7899449.
HSL color Cylindrical-coordinate representation of color #398978: hue angle of 167.25º 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 #398978 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 120 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.46 |
| HSL | 167.25º | 0.41% | 0.38% | - |
| HSV(B) | 167.25º | 0.58% | 0.54% | - |
| XYZ | 14.02 | 20.12 | 20.91 | - |
| YUV | 111.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 120 | 0.58 | 0 | 0.12 | 0.46 | 167.25 | 0.41 | 0.38 |
| Hex | 39 | 89 | 78 | 3A | 0 | C | 2E | A7 | 29 | 26 |
| Octal | 71 | 211 | 170 | 72 | 0 | 14 | 56 | 247 | 51 | 46 |
| Binary | 111001 | 10001001 | 1111000 | 111010 | 0 | 1100 | 101110 | 10100111 | 101001 | 100110 |
Color Harmonies of #398978
Complementary color
Monochromatic Colors of #398978
Black with #398978
Text Example
Text Example
White with #398978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398978; }
p { color: rgb(57,137,120); }
H1.HeaderClassName
{
color: #398978;
}
.AnyTagClassName
{
color: #398978;
}
</style>
background-color css
<style>
a { background-color: #398978; }
a { background-color: rgb(57,137,120); }
div.DivClassName
{
background-color: #398978;
}
.BgClassName
{
background-color: #398978;
}
</style>
border-color css
<style>
span { border-color: #398978; }
span { border-color: rgb(57,137,120); }
td.TdClassName
{
border-color: #398978;
}
.TagClassName
{
border-color: #398978;
}
</style>