Shades of Viridian #398A76
Tints of Viridian #398A76
RGB
CMYK
RGB Variations
Color information
#398A76 (or 0x398A76) is known color: Viridian. HEX triplet: 39, 8A and 76. RGB value is (57,138,118). Sum of RGB (Red+Green+Blue) = 57+138+118=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #398A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A76 is #C67589. Grayscale: #6F6F6F. Windows color (decimal): -13006218 or 7768633. OLE color: 7768633.
HSL color Cylindrical-coordinate representation of color #398A76: hue angle of 165.19º 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 #398A76 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 118 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.46 |
| HSL | 165.19º | 0.42% | 0.38% | - |
| HSV(B) | 165.19º | 0.59% | 0.54% | - |
| XYZ | 14.05 | 20.35 | 20.33 | - |
| YUV | 111.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 118 | 0.59 | 0 | 0.14 | 0.46 | 165.19 | 0.42 | 0.38 |
| Hex | 39 | 8A | 76 | 3B | 0 | E | 2E | A5 | 2A | 26 |
| Octal | 71 | 212 | 166 | 73 | 0 | 16 | 56 | 245 | 52 | 46 |
| Binary | 111001 | 10001010 | 1110110 | 111011 | 0 | 1110 | 101110 | 10100101 | 101010 | 100110 |
Color Harmonies of #398A76
Complementary color
Monochromatic Colors of #398A76
Black with #398A76
Text Example
Text Example
White with #398A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A76; }
p { color: rgb(57,138,118); }
H1.HeaderClassName
{
color: #398A76;
}
.AnyTagClassName
{
color: #398A76;
}
</style>
background-color css
<style>
a { background-color: #398A76; }
a { background-color: rgb(57,138,118); }
div.DivClassName
{
background-color: #398A76;
}
.BgClassName
{
background-color: #398A76;
}
</style>
border-color css
<style>
span { border-color: #398A76; }
span { border-color: rgb(57,138,118); }
td.TdClassName
{
border-color: #398A76;
}
.TagClassName
{
border-color: #398A76;
}
</style>