Shades of Viridian #397F67
Tints of Viridian #397F67
RGB
CMYK
RGB Variations
Color information
#397F67 (or 0x397F67) is known color: Viridian. HEX triplet: 39, 7F and 67. RGB value is (57,127,103). Sum of RGB (Red+Green+Blue) = 57+127+103=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #397F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F67 is #C68098. Grayscale: #676767. Windows color (decimal): -13009049 or 6782777. OLE color: 6782777.
HSL color Cylindrical-coordinate representation of color #397F67: hue angle of 159.43º 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 #397F67 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 103 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.50 |
| HSL | 159.43º | 0.38% | 0.36% | - |
| HSV(B) | 159.43º | 0.55% | 0.5% | - |
| XYZ | 11.72 | 17.03 | 15.5 | - |
| YUV | 103.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 103 | 0.55 | 0 | 0.19 | 0.50 | 159.43 | 0.38 | 0.36 |
| Hex | 39 | 7F | 67 | 37 | 0 | 13 | 32 | 9F | 26 | 24 |
| Octal | 71 | 177 | 147 | 67 | 0 | 23 | 62 | 237 | 46 | 44 |
| Binary | 111001 | 1111111 | 1100111 | 110111 | 0 | 10011 | 110010 | 10011111 | 100110 | 100100 |
Color Harmonies of #397F67
Complementary color
Monochromatic Colors of #397F67
Black with #397F67
Text Example
Text Example
White with #397F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F67; }
p { color: rgb(57,127,103); }
H1.HeaderClassName
{
color: #397F67;
}
.AnyTagClassName
{
color: #397F67;
}
</style>
background-color css
<style>
a { background-color: #397F67; }
a { background-color: rgb(57,127,103); }
div.DivClassName
{
background-color: #397F67;
}
.BgClassName
{
background-color: #397F67;
}
</style>
border-color css
<style>
span { border-color: #397F67; }
span { border-color: rgb(57,127,103); }
td.TdClassName
{
border-color: #397F67;
}
.TagClassName
{
border-color: #397F67;
}
</style>