Shades of Viridian #397E64
Tints of Viridian #397E64
RGB
CMYK
RGB Variations
Color information
#397E64 (or 0x397E64) is known color: Viridian. HEX triplet: 39, 7E and 64. RGB value is (57,126,100). Sum of RGB (Red+Green+Blue) = 57+126+100=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #397E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E64 is #C6819B. Grayscale: #666666. Windows color (decimal): -13009308 or 6585913. OLE color: 6585913.
HSL color Cylindrical-coordinate representation of color #397E64: hue angle of 157.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E64 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 100 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.51 |
| HSL | 157.39º | 0.38% | 0.36% | - |
| HSV(B) | 157.39º | 0.55% | 0.49% | - |
| XYZ | 11.45 | 16.71 | 14.68 | - |
| YUV | 102.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 100 | 0.55 | 0 | 0.21 | 0.51 | 157.39 | 0.38 | 0.36 |
| Hex | 39 | 7E | 64 | 37 | 0 | 15 | 33 | 9D | 26 | 24 |
| Octal | 71 | 176 | 144 | 67 | 0 | 25 | 63 | 235 | 46 | 44 |
| Binary | 111001 | 1111110 | 1100100 | 110111 | 0 | 10101 | 110011 | 10011101 | 100110 | 100100 |
Color Harmonies of #397E64
Complementary color
Monochromatic Colors of #397E64
Black with #397E64
Text Example
Text Example
White with #397E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E64; }
p { color: rgb(57,126,100); }
H1.HeaderClassName
{
color: #397E64;
}
.AnyTagClassName
{
color: #397E64;
}
</style>
background-color css
<style>
a { background-color: #397E64; }
a { background-color: rgb(57,126,100); }
div.DivClassName
{
background-color: #397E64;
}
.BgClassName
{
background-color: #397E64;
}
</style>
border-color css
<style>
span { border-color: #397E64; }
span { border-color: rgb(57,126,100); }
td.TdClassName
{
border-color: #397E64;
}
.TagClassName
{
border-color: #397E64;
}
</style>