Shades of Viridian #398A78
Tints of Viridian #398A78
RGB
CMYK
RGB Variations
Color information
#398A78 (or 0x398A78) is known color: Viridian. HEX triplet: 39, 8A and 78. RGB value is (57,138,120). Sum of RGB (Red+Green+Blue) = 57+138+120=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #398A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A78 is #C67587. Grayscale: #6F6F6F. Windows color (decimal): -13006216 or 7899705. OLE color: 7899705.
HSL color Cylindrical-coordinate representation of color #398A78: hue angle of 166.67º 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 #398A78 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 120 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.46 |
| HSL | 166.67º | 0.42% | 0.38% | - |
| HSV(B) | 166.67º | 0.59% | 0.54% | - |
| XYZ | 14.17 | 20.4 | 20.96 | - |
| YUV | 111.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 120 | 0.59 | 0 | 0.13 | 0.46 | 166.67 | 0.42 | 0.38 |
| Hex | 39 | 8A | 78 | 3B | 0 | D | 2E | A7 | 2A | 26 |
| Octal | 71 | 212 | 170 | 73 | 0 | 15 | 56 | 247 | 52 | 46 |
| Binary | 111001 | 10001010 | 1111000 | 111011 | 0 | 1101 | 101110 | 10100111 | 101010 | 100110 |
Color Harmonies of #398A78
Complementary color
Monochromatic Colors of #398A78
Black with #398A78
Text Example
Text Example
White with #398A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A78; }
p { color: rgb(57,138,120); }
H1.HeaderClassName
{
color: #398A78;
}
.AnyTagClassName
{
color: #398A78;
}
</style>
background-color css
<style>
a { background-color: #398A78; }
a { background-color: rgb(57,138,120); }
div.DivClassName
{
background-color: #398A78;
}
.BgClassName
{
background-color: #398A78;
}
</style>
border-color css
<style>
span { border-color: #398A78; }
span { border-color: rgb(57,138,120); }
td.TdClassName
{
border-color: #398A78;
}
.TagClassName
{
border-color: #398A78;
}
</style>