Shades of Viridian #398B77
Tints of Viridian #398B77
RGB
CMYK
RGB Variations
Color information
#398B77 (or 0x398B77) is known color: Viridian. HEX triplet: 39, 8B and 77. RGB value is (57,139,119). Sum of RGB (Red+Green+Blue) = 57+139+119=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #398B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B77 is #C67488. Grayscale: #707070. Windows color (decimal): -13005961 or 7834425. OLE color: 7834425.
HSL color Cylindrical-coordinate representation of color #398B77: hue angle of 165.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B77 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 119 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.45 |
| HSL | 165.37º | 0.42% | 0.38% | - |
| HSV(B) | 165.37º | 0.59% | 0.55% | - |
| XYZ | 14.25 | 20.67 | 20.69 | - |
| YUV | 112.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 119 | 0.59 | 0 | 0.14 | 0.45 | 165.37 | 0.42 | 0.38 |
| Hex | 39 | 8B | 77 | 3B | 0 | E | 2D | A5 | 2A | 26 |
| Octal | 71 | 213 | 167 | 73 | 0 | 16 | 55 | 245 | 52 | 46 |
| Binary | 111001 | 10001011 | 1110111 | 111011 | 0 | 1110 | 101101 | 10100101 | 101010 | 100110 |
Color Harmonies of #398B77
Complementary color
Monochromatic Colors of #398B77
Black with #398B77
Text Example
Text Example
White with #398B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B77; }
p { color: rgb(57,139,119); }
H1.HeaderClassName
{
color: #398B77;
}
.AnyTagClassName
{
color: #398B77;
}
</style>
background-color css
<style>
a { background-color: #398B77; }
a { background-color: rgb(57,139,119); }
div.DivClassName
{
background-color: #398B77;
}
.BgClassName
{
background-color: #398B77;
}
</style>
border-color css
<style>
span { border-color: #398B77; }
span { border-color: rgb(57,139,119); }
td.TdClassName
{
border-color: #398B77;
}
.TagClassName
{
border-color: #398B77;
}
</style>