Shades of Viridian #397660
Tints of Viridian #397660
RGB
CMYK
RGB Variations
Color information
#397660 (or 0x397660) is known color: Viridian. HEX triplet: 39, 76 and 60. RGB value is (57,118,96). Sum of RGB (Red+Green+Blue) = 57+118+96=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #397660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397660 is #C6899F. Grayscale: #616161. Windows color (decimal): -13011360 or 6321721. OLE color: 6321721.
HSL color Cylindrical-coordinate representation of color #397660: hue angle of 158.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397660 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 96 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.54 |
| HSL | 158.36º | 0.35% | 0.34% | - |
| HSV(B) | 158.36º | 0.52% | 0.46% | - |
| XYZ | 10.28 | 14.67 | 13.36 | - |
| YUV | 97.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 96 | 0.52 | 0 | 0.19 | 0.54 | 158.36 | 0.35 | 0.34 |
| Hex | 39 | 76 | 60 | 34 | 0 | 13 | 36 | 9E | 23 | 22 |
| Octal | 71 | 166 | 140 | 64 | 0 | 23 | 66 | 236 | 43 | 42 |
| Binary | 111001 | 1110110 | 1100000 | 110100 | 0 | 10011 | 110110 | 10011110 | 100011 | 100010 |
Color Harmonies of #397660
Complementary color
Monochromatic Colors of #397660
Black with #397660
Text Example
Text Example
White with #397660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397660; }
p { color: rgb(57,118,96); }
H1.HeaderClassName
{
color: #397660;
}
.AnyTagClassName
{
color: #397660;
}
</style>
background-color css
<style>
a { background-color: #397660; }
a { background-color: rgb(57,118,96); }
div.DivClassName
{
background-color: #397660;
}
.BgClassName
{
background-color: #397660;
}
</style>
border-color css
<style>
span { border-color: #397660; }
span { border-color: rgb(57,118,96); }
td.TdClassName
{
border-color: #397660;
}
.TagClassName
{
border-color: #397660;
}
</style>