Shades of Viridian #397A66
Tints of Viridian #397A66
RGB
CMYK
RGB Variations
Color information
#397A66 (or 0x397A66) is known color: Viridian. HEX triplet: 39, 7A and 66. RGB value is (57,122,102). Sum of RGB (Red+Green+Blue) = 57+122+102=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #397A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A66 is #C68599. Grayscale: #646464. Windows color (decimal): -13010330 or 6715961. OLE color: 6715961.
HSL color Cylindrical-coordinate representation of color #397A66: hue angle of 161.54º 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 #397A66 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 102 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.52 |
| HSL | 161.54º | 0.36% | 0.35% | - |
| HSV(B) | 161.54º | 0.53% | 0.48% | - |
| XYZ | 11.05 | 15.75 | 15.03 | - |
| YUV | 100.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 102 | 0.53 | 0 | 0.16 | 0.52 | 161.54 | 0.36 | 0.35 |
| Hex | 39 | 7A | 66 | 35 | 0 | 10 | 34 | A2 | 24 | 23 |
| Octal | 71 | 172 | 146 | 65 | 0 | 20 | 64 | 242 | 44 | 43 |
| Binary | 111001 | 1111010 | 1100110 | 110101 | 0 | 10000 | 110100 | 10100010 | 100100 | 100011 |
Color Harmonies of #397A66
Complementary color
Monochromatic Colors of #397A66
Black with #397A66
Text Example
Text Example
White with #397A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A66; }
p { color: rgb(57,122,102); }
H1.HeaderClassName
{
color: #397A66;
}
.AnyTagClassName
{
color: #397A66;
}
</style>
background-color css
<style>
a { background-color: #397A66; }
a { background-color: rgb(57,122,102); }
div.DivClassName
{
background-color: #397A66;
}
.BgClassName
{
background-color: #397A66;
}
</style>
border-color css
<style>
span { border-color: #397A66; }
span { border-color: rgb(57,122,102); }
td.TdClassName
{
border-color: #397A66;
}
.TagClassName
{
border-color: #397A66;
}
</style>