Shades of Viridian #397E6A
Tints of Viridian #397E6A
RGB
CMYK
RGB Variations
Color information
#397E6A (or 0x397E6A) is known color: Viridian. HEX triplet: 39, 7E and 6A. RGB value is (57,126,106). Sum of RGB (Red+Green+Blue) = 57+126+106=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #397E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E6A is #C68195. Grayscale: #676767. Windows color (decimal): -13009302 or 6979129. OLE color: 6979129.
HSL color Cylindrical-coordinate representation of color #397E6A: hue angle of 162.61º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E6A is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 106 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.51 |
| HSL | 162.61º | 0.38% | 0.36% | - |
| HSV(B) | 162.61º | 0.55% | 0.49% | - |
| XYZ | 11.75 | 16.83 | 16.27 | - |
| YUV | 103.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 106 | 0.55 | 0 | 0.16 | 0.51 | 162.61 | 0.38 | 0.36 |
| Hex | 39 | 7E | 6A | 37 | 0 | 10 | 33 | A3 | 26 | 24 |
| Octal | 71 | 176 | 152 | 67 | 0 | 20 | 63 | 243 | 46 | 44 |
| Binary | 111001 | 1111110 | 1101010 | 110111 | 0 | 10000 | 110011 | 10100011 | 100110 | 100100 |
Color Harmonies of #397E6A
Complementary color
Monochromatic Colors of #397E6A
Black with #397E6A
Text Example
Text Example
White with #397E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E6A; }
p { color: rgb(57,126,106); }
H1.HeaderClassName
{
color: #397E6A;
}
.AnyTagClassName
{
color: #397E6A;
}
</style>
background-color css
<style>
a { background-color: #397E6A; }
a { background-color: rgb(57,126,106); }
div.DivClassName
{
background-color: #397E6A;
}
.BgClassName
{
background-color: #397E6A;
}
</style>
border-color css
<style>
span { border-color: #397E6A; }
span { border-color: rgb(57,126,106); }
td.TdClassName
{
border-color: #397E6A;
}
.TagClassName
{
border-color: #397E6A;
}
</style>