Shades of Genoa #397C6C
Tints of Genoa #397C6C
RGB
CMYK
RGB Variations
Color information
#397C6C (or 0x397C6C) is known color: Genoa. HEX triplet: 39, 7C and 6C. RGB value is (57,124,108). Sum of RGB (Red+Green+Blue) = 57+124+108=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #397C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C6C is #C68393. Grayscale: #666666. Windows color (decimal): -13009812 or 7109689. OLE color: 7109689.
HSL color Cylindrical-coordinate representation of color #397C6C: hue angle of 165.67º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C6C is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 108 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.51 |
| HSL | 165.67º | 0.37% | 0.35% | - |
| HSV(B) | 165.67º | 0.54% | 0.49% | - |
| XYZ | 11.6 | 16.37 | 16.74 | - |
| YUV | 102.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 108 | 0.54 | 0 | 0.13 | 0.51 | 165.67 | 0.37 | 0.35 |
| Hex | 39 | 7C | 6C | 36 | 0 | D | 33 | A6 | 25 | 23 |
| Octal | 71 | 174 | 154 | 66 | 0 | 15 | 63 | 246 | 45 | 43 |
| Binary | 111001 | 1111100 | 1101100 | 110110 | 0 | 1101 | 110011 | 10100110 | 100101 | 100011 |
Color Harmonies of #397C6C
Complementary color
Monochromatic Colors of #397C6C
Black with #397C6C
Text Example
Text Example
White with #397C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C6C; }
p { color: rgb(57,124,108); }
H1.HeaderClassName
{
color: #397C6C;
}
.AnyTagClassName
{
color: #397C6C;
}
</style>
background-color css
<style>
a { background-color: #397C6C; }
a { background-color: rgb(57,124,108); }
div.DivClassName
{
background-color: #397C6C;
}
.BgClassName
{
background-color: #397C6C;
}
</style>
border-color css
<style>
span { border-color: #397C6C; }
span { border-color: rgb(57,124,108); }
td.TdClassName
{
border-color: #397C6C;
}
.TagClassName
{
border-color: #397C6C;
}
</style>