Shades of Genoa #397D6E
Tints of Genoa #397D6E
RGB
CMYK
RGB Variations
Color information
#397D6E (or 0x397D6E) is known color: Genoa. HEX triplet: 39, 7D and 6E. RGB value is (57,125,110). Sum of RGB (Red+Green+Blue) = 57+125+110=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #397D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D6E is #C68291. Grayscale: #666666. Windows color (decimal): -13009554 or 7241017. OLE color: 7241017.
HSL color Cylindrical-coordinate representation of color #397D6E: hue angle of 166.76º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D6E is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 125 | 110 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.51 |
| HSL | 166.76º | 0.37% | 0.36% | - |
| HSV(B) | 166.76º | 0.54% | 0.49% | - |
| XYZ | 11.84 | 16.66 | 17.34 | - |
| YUV | 102.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 110 | 0.54 | 0 | 0.12 | 0.51 | 166.76 | 0.37 | 0.36 |
| Hex | 39 | 7D | 6E | 36 | 0 | C | 33 | A7 | 25 | 24 |
| Octal | 71 | 175 | 156 | 66 | 0 | 14 | 63 | 247 | 45 | 44 |
| Binary | 111001 | 1111101 | 1101110 | 110110 | 0 | 1100 | 110011 | 10100111 | 100101 | 100100 |
Color Harmonies of #397D6E
Complementary color
Monochromatic Colors of #397D6E
Black with #397D6E
Text Example
Text Example
White with #397D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D6E; }
p { color: rgb(57,125,110); }
H1.HeaderClassName
{
color: #397D6E;
}
.AnyTagClassName
{
color: #397D6E;
}
</style>
background-color css
<style>
a { background-color: #397D6E; }
a { background-color: rgb(57,125,110); }
div.DivClassName
{
background-color: #397D6E;
}
.BgClassName
{
background-color: #397D6E;
}
</style>
border-color css
<style>
span { border-color: #397D6E; }
span { border-color: rgb(57,125,110); }
td.TdClassName
{
border-color: #397D6E;
}
.TagClassName
{
border-color: #397D6E;
}
</style>