Shades of Viridian #397A65
Tints of Viridian #397A65
RGB
CMYK
RGB Variations
Color information
#397A65 (or 0x397A65) is known color: Viridian. HEX triplet: 39, 7A and 65. RGB value is (57,122,101). Sum of RGB (Red+Green+Blue) = 57+122+101=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #397A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A65 is #C6859A. Grayscale: #646464. Windows color (decimal): -13010331 or 6650425. OLE color: 6650425.
HSL color Cylindrical-coordinate representation of color #397A65: hue angle of 160.62º 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 #397A65 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 101 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.52 |
| HSL | 160.62º | 0.36% | 0.35% | - |
| HSV(B) | 160.62º | 0.53% | 0.48% | - |
| XYZ | 11 | 15.73 | 14.77 | - |
| YUV | 100.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 101 | 0.53 | 0 | 0.17 | 0.52 | 160.62 | 0.36 | 0.35 |
| Hex | 39 | 7A | 65 | 35 | 0 | 11 | 34 | A1 | 24 | 23 |
| Octal | 71 | 172 | 145 | 65 | 0 | 21 | 64 | 241 | 44 | 43 |
| Binary | 111001 | 1111010 | 1100101 | 110101 | 0 | 10001 | 110100 | 10100001 | 100100 | 100011 |
Color Harmonies of #397A65
Complementary color
Monochromatic Colors of #397A65
Black with #397A65
Text Example
Text Example
White with #397A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A65; }
p { color: rgb(57,122,101); }
H1.HeaderClassName
{
color: #397A65;
}
.AnyTagClassName
{
color: #397A65;
}
</style>
background-color css
<style>
a { background-color: #397A65; }
a { background-color: rgb(57,122,101); }
div.DivClassName
{
background-color: #397A65;
}
.BgClassName
{
background-color: #397A65;
}
</style>
border-color css
<style>
span { border-color: #397A65; }
span { border-color: rgb(57,122,101); }
td.TdClassName
{
border-color: #397A65;
}
.TagClassName
{
border-color: #397A65;
}
</style>