Shades of Viridian #398A79
Tints of Viridian #398A79
RGB
CMYK
RGB Variations
Color information
#398A79 (or 0x398A79) is known color: Viridian. HEX triplet: 39, 8A and 79. RGB value is (57,138,121). Sum of RGB (Red+Green+Blue) = 57+138+121=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #398A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A79 is #C67586. Grayscale: #6F6F6F. Windows color (decimal): -13006215 or 7965241. OLE color: 7965241.
HSL color Cylindrical-coordinate representation of color #398A79: hue angle of 167.41º 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 #398A79 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 121 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.46 |
| HSL | 167.41º | 0.42% | 0.38% | - |
| HSV(B) | 167.41º | 0.59% | 0.54% | - |
| XYZ | 14.23 | 20.43 | 21.28 | - |
| YUV | 111.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 121 | 0.59 | 0 | 0.12 | 0.46 | 167.41 | 0.42 | 0.38 |
| Hex | 39 | 8A | 79 | 3B | 0 | C | 2E | A7 | 2A | 26 |
| Octal | 71 | 212 | 171 | 73 | 0 | 14 | 56 | 247 | 52 | 46 |
| Binary | 111001 | 10001010 | 1111001 | 111011 | 0 | 1100 | 101110 | 10100111 | 101010 | 100110 |
Color Harmonies of #398A79
Complementary color
Monochromatic Colors of #398A79
Black with #398A79
Text Example
Text Example
White with #398A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A79; }
p { color: rgb(57,138,121); }
H1.HeaderClassName
{
color: #398A79;
}
.AnyTagClassName
{
color: #398A79;
}
</style>
background-color css
<style>
a { background-color: #398A79; }
a { background-color: rgb(57,138,121); }
div.DivClassName
{
background-color: #398A79;
}
.BgClassName
{
background-color: #398A79;
}
</style>
border-color css
<style>
span { border-color: #398A79; }
span { border-color: rgb(57,138,121); }
td.TdClassName
{
border-color: #398A79;
}
.TagClassName
{
border-color: #398A79;
}
</style>