Shades of Viridian #397F68
Tints of Viridian #397F68
RGB
CMYK
RGB Variations
Color information
#397F68 (or 0x397F68) is known color: Viridian. HEX triplet: 39, 7F and 68. RGB value is (57,127,104). Sum of RGB (Red+Green+Blue) = 57+127+104=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #397F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F68 is #C68097. Grayscale: #676767. Windows color (decimal): -13009048 or 6848313. OLE color: 6848313.
HSL color Cylindrical-coordinate representation of color #397F68: hue angle of 160.29º 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 #397F68 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 104 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.50 |
| HSL | 160.29º | 0.38% | 0.36% | - |
| HSV(B) | 160.29º | 0.55% | 0.5% | - |
| XYZ | 11.78 | 17.05 | 15.77 | - |
| YUV | 103.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 104 | 0.55 | 0 | 0.18 | 0.50 | 160.29 | 0.38 | 0.36 |
| Hex | 39 | 7F | 68 | 37 | 0 | 12 | 32 | A0 | 26 | 24 |
| Octal | 71 | 177 | 150 | 67 | 0 | 22 | 62 | 240 | 46 | 44 |
| Binary | 111001 | 1111111 | 1101000 | 110111 | 0 | 10010 | 110010 | 10100000 | 100110 | 100100 |
Color Harmonies of #397F68
Complementary color
Monochromatic Colors of #397F68
Black with #397F68
Text Example
Text Example
White with #397F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F68; }
p { color: rgb(57,127,104); }
H1.HeaderClassName
{
color: #397F68;
}
.AnyTagClassName
{
color: #397F68;
}
</style>
background-color css
<style>
a { background-color: #397F68; }
a { background-color: rgb(57,127,104); }
div.DivClassName
{
background-color: #397F68;
}
.BgClassName
{
background-color: #397F68;
}
</style>
border-color css
<style>
span { border-color: #397F68; }
span { border-color: rgb(57,127,104); }
td.TdClassName
{
border-color: #397F68;
}
.TagClassName
{
border-color: #397F68;
}
</style>