Shades of Viridian #397F6D
Tints of Viridian #397F6D
RGB
CMYK
RGB Variations
Color information
#397F6D (or 0x397F6D) is known color: Viridian. HEX triplet: 39, 7F and 6D. RGB value is (57,127,109). Sum of RGB (Red+Green+Blue) = 57+127+109=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #397F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F6D is #C68092. Grayscale: #686868. Windows color (decimal): -13009043 or 7175993. OLE color: 7175993.
HSL color Cylindrical-coordinate representation of color #397F6D: hue angle of 164.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F6D is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 109 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.50 |
| HSL | 164.57º | 0.38% | 0.36% | - |
| HSV(B) | 164.57º | 0.55% | 0.5% | - |
| XYZ | 12.04 | 17.15 | 17.14 | - |
| YUV | 104.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 109 | 0.55 | 0 | 0.14 | 0.50 | 164.57 | 0.38 | 0.36 |
| Hex | 39 | 7F | 6D | 37 | 0 | E | 32 | A5 | 26 | 24 |
| Octal | 71 | 177 | 155 | 67 | 0 | 16 | 62 | 245 | 46 | 44 |
| Binary | 111001 | 1111111 | 1101101 | 110111 | 0 | 1110 | 110010 | 10100101 | 100110 | 100100 |
Color Harmonies of #397F6D
Complementary color
Monochromatic Colors of #397F6D
Black with #397F6D
Text Example
Text Example
White with #397F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F6D; }
p { color: rgb(57,127,109); }
H1.HeaderClassName
{
color: #397F6D;
}
.AnyTagClassName
{
color: #397F6D;
}
</style>
background-color css
<style>
a { background-color: #397F6D; }
a { background-color: rgb(57,127,109); }
div.DivClassName
{
background-color: #397F6D;
}
.BgClassName
{
background-color: #397F6D;
}
</style>
border-color css
<style>
span { border-color: #397F6D; }
span { border-color: rgb(57,127,109); }
td.TdClassName
{
border-color: #397F6D;
}
.TagClassName
{
border-color: #397F6D;
}
</style>