Shades of Viridian #397D6C
Tints of Viridian #397D6C
RGB
CMYK
RGB Variations
Color information
#397D6C (or 0x397D6C) is known color: Viridian. HEX triplet: 39, 7D and 6C. RGB value is (57,125,108). Sum of RGB (Red+Green+Blue) = 57+125+108=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #397D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D6C is #C68293. Grayscale: #666666. Windows color (decimal): -13009556 or 7109945. OLE color: 7109945.
HSL color Cylindrical-coordinate representation of color #397D6C: hue angle of 165º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D6C is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 125 | 108 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.51 |
| HSL | 165º | 0.37% | 0.36% | - |
| HSV(B) | 165º | 0.54% | 0.49% | - |
| XYZ | 11.73 | 16.62 | 16.78 | - |
| YUV | 102.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 108 | 0.54 | 0 | 0.14 | 0.51 | 165 | 0.37 | 0.36 |
| Hex | 39 | 7D | 6C | 36 | 0 | E | 33 | A5 | 25 | 24 |
| Octal | 71 | 175 | 154 | 66 | 0 | 16 | 63 | 245 | 45 | 44 |
| Binary | 111001 | 1111101 | 1101100 | 110110 | 0 | 1110 | 110011 | 10100101 | 100101 | 100100 |
Color Harmonies of #397D6C
Complementary color
Monochromatic Colors of #397D6C
Black with #397D6C
Text Example
Text Example
White with #397D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D6C; }
p { color: rgb(57,125,108); }
H1.HeaderClassName
{
color: #397D6C;
}
.AnyTagClassName
{
color: #397D6C;
}
</style>
background-color css
<style>
a { background-color: #397D6C; }
a { background-color: rgb(57,125,108); }
div.DivClassName
{
background-color: #397D6C;
}
.BgClassName
{
background-color: #397D6C;
}
</style>
border-color css
<style>
span { border-color: #397D6C; }
span { border-color: rgb(57,125,108); }
td.TdClassName
{
border-color: #397D6C;
}
.TagClassName
{
border-color: #397D6C;
}
</style>