Shades of Viridian #397E6D
Tints of Viridian #397E6D
RGB
CMYK
RGB Variations
Color information
#397E6D (or 0x397E6D) is known color: Viridian. HEX triplet: 39, 7E and 6D. RGB value is (57,126,109). Sum of RGB (Red+Green+Blue) = 57+126+109=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #397E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E6D is #C68192. Grayscale: #676767. Windows color (decimal): -13009299 or 7175737. OLE color: 7175737.
HSL color Cylindrical-coordinate representation of color #397E6D: hue angle of 165.22º 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 #397E6D is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 109 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.51 |
| HSL | 165.22º | 0.38% | 0.36% | - |
| HSV(B) | 165.22º | 0.55% | 0.49% | - |
| XYZ | 11.91 | 16.9 | 17.1 | - |
| YUV | 103.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 109 | 0.55 | 0 | 0.13 | 0.51 | 165.22 | 0.38 | 0.36 |
| Hex | 39 | 7E | 6D | 37 | 0 | D | 33 | A5 | 26 | 24 |
| Octal | 71 | 176 | 155 | 67 | 0 | 15 | 63 | 245 | 46 | 44 |
| Binary | 111001 | 1111110 | 1101101 | 110111 | 0 | 1101 | 110011 | 10100101 | 100110 | 100100 |
Color Harmonies of #397E6D
Complementary color
Monochromatic Colors of #397E6D
Black with #397E6D
Text Example
Text Example
White with #397E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E6D; }
p { color: rgb(57,126,109); }
H1.HeaderClassName
{
color: #397E6D;
}
.AnyTagClassName
{
color: #397E6D;
}
</style>
background-color css
<style>
a { background-color: #397E6D; }
a { background-color: rgb(57,126,109); }
div.DivClassName
{
background-color: #397E6D;
}
.BgClassName
{
background-color: #397E6D;
}
</style>
border-color css
<style>
span { border-color: #397E6D; }
span { border-color: rgb(57,126,109); }
td.TdClassName
{
border-color: #397E6D;
}
.TagClassName
{
border-color: #397E6D;
}
</style>