Shades of Viridian #397C66
Tints of Viridian #397C66
RGB
CMYK
RGB Variations
Color information
#397C66 (or 0x397C66) is known color: Viridian. HEX triplet: 39, 7C and 66. RGB value is (57,124,102). Sum of RGB (Red+Green+Blue) = 57+124+102=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #397C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C66 is #C68399. Grayscale: #656565. Windows color (decimal): -13009818 or 6716473. OLE color: 6716473.
HSL color Cylindrical-coordinate representation of color #397C66: hue angle of 160.3º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C66 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 102 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.51 |
| HSL | 160.3º | 0.37% | 0.35% | - |
| HSV(B) | 160.3º | 0.54% | 0.49% | - |
| XYZ | 11.29 | 16.24 | 15.11 | - |
| YUV | 101.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 102 | 0.54 | 0 | 0.18 | 0.51 | 160.3 | 0.37 | 0.35 |
| Hex | 39 | 7C | 66 | 36 | 0 | 12 | 33 | A0 | 25 | 23 |
| Octal | 71 | 174 | 146 | 66 | 0 | 22 | 63 | 240 | 45 | 43 |
| Binary | 111001 | 1111100 | 1100110 | 110110 | 0 | 10010 | 110011 | 10100000 | 100101 | 100011 |
Color Harmonies of #397C66
Complementary color
Monochromatic Colors of #397C66
Black with #397C66
Text Example
Text Example
White with #397C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C66; }
p { color: rgb(57,124,102); }
H1.HeaderClassName
{
color: #397C66;
}
.AnyTagClassName
{
color: #397C66;
}
</style>
background-color css
<style>
a { background-color: #397C66; }
a { background-color: rgb(57,124,102); }
div.DivClassName
{
background-color: #397C66;
}
.BgClassName
{
background-color: #397C66;
}
</style>
border-color css
<style>
span { border-color: #397C66; }
span { border-color: rgb(57,124,102); }
td.TdClassName
{
border-color: #397C66;
}
.TagClassName
{
border-color: #397C66;
}
</style>