Shades of Viridian #397C60
Tints of Viridian #397C60
RGB
CMYK
RGB Variations
Color information
#397C60 (or 0x397C60) is known color: Viridian. HEX triplet: 39, 7C and 60. RGB value is (57,124,96). Sum of RGB (Red+Green+Blue) = 57+124+96=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #397C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C60 is #C6839F. Grayscale: #646464. Windows color (decimal): -13009824 or 6323257. OLE color: 6323257.
HSL color Cylindrical-coordinate representation of color #397C60: hue angle of 154.93º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C60 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 96 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.51 |
| HSL | 154.93º | 0.37% | 0.35% | - |
| HSV(B) | 154.93º | 0.54% | 0.49% | - |
| XYZ | 11.01 | 16.13 | 13.6 | - |
| YUV | 100.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 96 | 0.54 | 0 | 0.23 | 0.51 | 154.93 | 0.37 | 0.35 |
| Hex | 39 | 7C | 60 | 36 | 0 | 17 | 33 | 9B | 25 | 23 |
| Octal | 71 | 174 | 140 | 66 | 0 | 27 | 63 | 233 | 45 | 43 |
| Binary | 111001 | 1111100 | 1100000 | 110110 | 0 | 10111 | 110011 | 10011011 | 100101 | 100011 |
Color Harmonies of #397C60
Complementary color
Monochromatic Colors of #397C60
Black with #397C60
Text Example
Text Example
White with #397C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C60; }
p { color: rgb(57,124,96); }
H1.HeaderClassName
{
color: #397C60;
}
.AnyTagClassName
{
color: #397C60;
}
</style>
background-color css
<style>
a { background-color: #397C60; }
a { background-color: rgb(57,124,96); }
div.DivClassName
{
background-color: #397C60;
}
.BgClassName
{
background-color: #397C60;
}
</style>
border-color css
<style>
span { border-color: #397C60; }
span { border-color: rgb(57,124,96); }
td.TdClassName
{
border-color: #397C60;
}
.TagClassName
{
border-color: #397C60;
}
</style>