Shades of Genoa #397B71
Tints of Genoa #397B71
RGB
CMYK
RGB Variations
Color information
#397B71 (or 0x397B71) is known color: Genoa. HEX triplet: 39, 7B and 71. RGB value is (57,123,113). Sum of RGB (Red+Green+Blue) = 57+123+113=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #397B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B71 is #C6848E. Grayscale: #666666. Windows color (decimal): -13010063 or 7437113. OLE color: 7437113.
HSL color Cylindrical-coordinate representation of color #397B71: hue angle of 170.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B71 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 113 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.52 |
| HSL | 170.91º | 0.37% | 0.35% | - |
| HSV(B) | 170.91º | 0.54% | 0.48% | - |
| XYZ | 11.75 | 16.23 | 18.14 | - |
| YUV | 102.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 113 | 0.54 | 0 | 0.08 | 0.52 | 170.91 | 0.37 | 0.35 |
| Hex | 39 | 7B | 71 | 36 | 0 | 8 | 34 | AB | 25 | 23 |
| Octal | 71 | 173 | 161 | 66 | 0 | 10 | 64 | 253 | 45 | 43 |
| Binary | 111001 | 1111011 | 1110001 | 110110 | 0 | 1000 | 110100 | 10101011 | 100101 | 100011 |
Color Harmonies of #397B71
Complementary color
Monochromatic Colors of #397B71
Black with #397B71
Text Example
Text Example
White with #397B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B71; }
p { color: rgb(57,123,113); }
H1.HeaderClassName
{
color: #397B71;
}
.AnyTagClassName
{
color: #397B71;
}
</style>
background-color css
<style>
a { background-color: #397B71; }
a { background-color: rgb(57,123,113); }
div.DivClassName
{
background-color: #397B71;
}
.BgClassName
{
background-color: #397B71;
}
</style>
border-color css
<style>
span { border-color: #397B71; }
span { border-color: rgb(57,123,113); }
td.TdClassName
{
border-color: #397B71;
}
.TagClassName
{
border-color: #397B71;
}
</style>