Shades of Viridian #397860
Tints of Viridian #397860
RGB
CMYK
RGB Variations
Color information
#397860 (or 0x397860) is known color: Viridian. HEX triplet: 39, 78 and 60. RGB value is (57,120,96). Sum of RGB (Red+Green+Blue) = 57+120+96=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #397860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397860 is #C6879F. Grayscale: #626262. Windows color (decimal): -13010848 or 6322233. OLE color: 6322233.
HSL color Cylindrical-coordinate representation of color #397860: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397860 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 96 | - |
| CMYK | 0.52 | 0 | 0.2 | 0.53 |
| HSL | 157.14º | 0.36% | 0.35% | - |
| HSV(B) | 157.14º | 0.53% | 0.47% | - |
| XYZ | 10.52 | 15.15 | 13.44 | - |
| YUV | 98.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 96 | 0.52 | 0 | 0.2 | 0.53 | 157.14 | 0.36 | 0.35 |
| Hex | 39 | 78 | 60 | 34 | 0 | 14 | 35 | 9D | 24 | 23 |
| Octal | 71 | 170 | 140 | 64 | 0 | 24 | 65 | 235 | 44 | 43 |
| Binary | 111001 | 1111000 | 1100000 | 110100 | 0 | 10100 | 110101 | 10011101 | 100100 | 100011 |
Color Harmonies of #397860
Complementary color
Monochromatic Colors of #397860
Black with #397860
Text Example
Text Example
White with #397860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397860; }
p { color: rgb(57,120,96); }
H1.HeaderClassName
{
color: #397860;
}
.AnyTagClassName
{
color: #397860;
}
</style>
background-color css
<style>
a { background-color: #397860; }
a { background-color: rgb(57,120,96); }
div.DivClassName
{
background-color: #397860;
}
.BgClassName
{
background-color: #397860;
}
</style>
border-color css
<style>
span { border-color: #397860; }
span { border-color: rgb(57,120,96); }
td.TdClassName
{
border-color: #397860;
}
.TagClassName
{
border-color: #397860;
}
</style>