Shades of Viridian #397F66
Tints of Viridian #397F66
RGB
CMYK
RGB Variations
Color information
#397F66 (or 0x397F66) is known color: Viridian. HEX triplet: 39, 7F and 66. RGB value is (57,127,102). Sum of RGB (Red+Green+Blue) = 57+127+102=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #397F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F66 is #C68099. Grayscale: #676767. Windows color (decimal): -13009050 or 6717241. OLE color: 6717241.
HSL color Cylindrical-coordinate representation of color #397F66: hue angle of 158.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 #397F66 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 102 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.50 |
| HSL | 158.57º | 0.38% | 0.36% | - |
| HSV(B) | 158.57º | 0.55% | 0.5% | - |
| XYZ | 11.67 | 17.01 | 15.24 | - |
| YUV | 103.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 102 | 0.55 | 0 | 0.20 | 0.50 | 158.57 | 0.38 | 0.36 |
| Hex | 39 | 7F | 66 | 37 | 0 | 14 | 32 | 9F | 26 | 24 |
| Octal | 71 | 177 | 146 | 67 | 0 | 24 | 62 | 237 | 46 | 44 |
| Binary | 111001 | 1111111 | 1100110 | 110111 | 0 | 10100 | 110010 | 10011111 | 100110 | 100100 |
Color Harmonies of #397F66
Complementary color
Monochromatic Colors of #397F66
Black with #397F66
Text Example
Text Example
White with #397F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F66; }
p { color: rgb(57,127,102); }
H1.HeaderClassName
{
color: #397F66;
}
.AnyTagClassName
{
color: #397F66;
}
</style>
background-color css
<style>
a { background-color: #397F66; }
a { background-color: rgb(57,127,102); }
div.DivClassName
{
background-color: #397F66;
}
.BgClassName
{
background-color: #397F66;
}
</style>
border-color css
<style>
span { border-color: #397F66; }
span { border-color: rgb(57,127,102); }
td.TdClassName
{
border-color: #397F66;
}
.TagClassName
{
border-color: #397F66;
}
</style>