Shades of Viridian #397B63
Tints of Viridian #397B63
RGB
CMYK
RGB Variations
Color information
#397B63 (or 0x397B63) is known color: Viridian. HEX triplet: 39, 7B and 63. RGB value is (57,123,99). Sum of RGB (Red+Green+Blue) = 57+123+99=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #397B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B63 is #C6849C. Grayscale: #646464. Windows color (decimal): -13010077 or 6519609. OLE color: 6519609.
HSL color Cylindrical-coordinate representation of color #397B63: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B63 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 99 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.52 |
| HSL | 158.18º | 0.37% | 0.35% | - |
| HSV(B) | 158.18º | 0.54% | 0.48% | - |
| XYZ | 11.02 | 15.94 | 14.3 | - |
| YUV | 100.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 99 | 0.54 | 0 | 0.20 | 0.52 | 158.18 | 0.37 | 0.35 |
| Hex | 39 | 7B | 63 | 36 | 0 | 14 | 34 | 9E | 25 | 23 |
| Octal | 71 | 173 | 143 | 66 | 0 | 24 | 64 | 236 | 45 | 43 |
| Binary | 111001 | 1111011 | 1100011 | 110110 | 0 | 10100 | 110100 | 10011110 | 100101 | 100011 |
Color Harmonies of #397B63
Complementary color
Monochromatic Colors of #397B63
Black with #397B63
Text Example
Text Example
White with #397B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B63; }
p { color: rgb(57,123,99); }
H1.HeaderClassName
{
color: #397B63;
}
.AnyTagClassName
{
color: #397B63;
}
</style>
background-color css
<style>
a { background-color: #397B63; }
a { background-color: rgb(57,123,99); }
div.DivClassName
{
background-color: #397B63;
}
.BgClassName
{
background-color: #397B63;
}
</style>
border-color css
<style>
span { border-color: #397B63; }
span { border-color: rgb(57,123,99); }
td.TdClassName
{
border-color: #397B63;
}
.TagClassName
{
border-color: #397B63;
}
</style>