Shades of Viridian #398879
Tints of Viridian #398879
RGB
CMYK
RGB Variations
Color information
#398879 (or 0x398879) is known color: Viridian. HEX triplet: 39, 88 and 79. RGB value is (57,136,121). Sum of RGB (Red+Green+Blue) = 57+136+121=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #398879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398879 is #C67786. Grayscale: #6E6E6E. Windows color (decimal): -13006727 or 7964729. OLE color: 7964729.
HSL color Cylindrical-coordinate representation of color #398879: hue angle of 168.61º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398879 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 121 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.47 |
| HSL | 168.61º | 0.41% | 0.38% | - |
| HSV(B) | 168.61º | 0.58% | 0.53% | - |
| XYZ | 13.94 | 19.86 | 21.19 | - |
| YUV | 110.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 121 | 0.58 | 0 | 0.11 | 0.47 | 168.61 | 0.41 | 0.38 |
| Hex | 39 | 88 | 79 | 3A | 0 | B | 2F | A9 | 29 | 26 |
| Octal | 71 | 210 | 171 | 72 | 0 | 13 | 57 | 251 | 51 | 46 |
| Binary | 111001 | 10001000 | 1111001 | 111010 | 0 | 1011 | 101111 | 10101001 | 101001 | 100110 |
Color Harmonies of #398879
Complementary color
Monochromatic Colors of #398879
Black with #398879
Text Example
Text Example
White with #398879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398879; }
p { color: rgb(57,136,121); }
H1.HeaderClassName
{
color: #398879;
}
.AnyTagClassName
{
color: #398879;
}
</style>
background-color css
<style>
a { background-color: #398879; }
a { background-color: rgb(57,136,121); }
div.DivClassName
{
background-color: #398879;
}
.BgClassName
{
background-color: #398879;
}
</style>
border-color css
<style>
span { border-color: #398879; }
span { border-color: rgb(57,136,121); }
td.TdClassName
{
border-color: #398879;
}
.TagClassName
{
border-color: #398879;
}
</style>