Shades of Viridian #397A63
Tints of Viridian #397A63
RGB
CMYK
RGB Variations
Color information
#397A63 (or 0x397A63) is known color: Viridian. HEX triplet: 39, 7A and 63. RGB value is (57,122,99). Sum of RGB (Red+Green+Blue) = 57+122+99=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #397A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A63 is #C6859C. Grayscale: #636363. Windows color (decimal): -13010333 or 6519353. OLE color: 6519353.
HSL color Cylindrical-coordinate representation of color #397A63: hue angle of 158.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A63 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 99 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.52 |
| HSL | 158.77º | 0.36% | 0.35% | - |
| HSV(B) | 158.77º | 0.53% | 0.48% | - |
| XYZ | 10.9 | 15.69 | 14.26 | - |
| YUV | 99.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 99 | 0.53 | 0 | 0.19 | 0.52 | 158.77 | 0.36 | 0.35 |
| Hex | 39 | 7A | 63 | 35 | 0 | 13 | 34 | 9F | 24 | 23 |
| Octal | 71 | 172 | 143 | 65 | 0 | 23 | 64 | 237 | 44 | 43 |
| Binary | 111001 | 1111010 | 1100011 | 110101 | 0 | 10011 | 110100 | 10011111 | 100100 | 100011 |
Color Harmonies of #397A63
Complementary color
Monochromatic Colors of #397A63
Black with #397A63
Text Example
Text Example
White with #397A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A63; }
p { color: rgb(57,122,99); }
H1.HeaderClassName
{
color: #397A63;
}
.AnyTagClassName
{
color: #397A63;
}
</style>
background-color css
<style>
a { background-color: #397A63; }
a { background-color: rgb(57,122,99); }
div.DivClassName
{
background-color: #397A63;
}
.BgClassName
{
background-color: #397A63;
}
</style>
border-color css
<style>
span { border-color: #397A63; }
span { border-color: rgb(57,122,99); }
td.TdClassName
{
border-color: #397A63;
}
.TagClassName
{
border-color: #397A63;
}
</style>