Shades of Genoa #397C76
Tints of Genoa #397C76
RGB
CMYK
RGB Variations
Color information
#397C76 (or 0x397C76) is known color: Genoa. HEX triplet: 39, 7C and 76. RGB value is (57,124,118). Sum of RGB (Red+Green+Blue) = 57+124+118=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #397C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C76 is #C68389. Grayscale: #676767. Windows color (decimal): -13009802 or 7765049. OLE color: 7765049.
HSL color Cylindrical-coordinate representation of color #397C76: hue angle of 174.63º 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 #397C76 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 118 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.51 |
| HSL | 174.63º | 0.37% | 0.35% | - |
| HSV(B) | 174.63º | 0.54% | 0.49% | - |
| XYZ | 12.17 | 16.59 | 19.7 | - |
| YUV | 103.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 118 | 0.54 | 0 | 0.05 | 0.51 | 174.63 | 0.37 | 0.35 |
| Hex | 39 | 7C | 76 | 36 | 0 | 5 | 33 | AF | 25 | 23 |
| Octal | 71 | 174 | 166 | 66 | 0 | 5 | 63 | 257 | 45 | 43 |
| Binary | 111001 | 1111100 | 1110110 | 110110 | 0 | 101 | 110011 | 10101111 | 100101 | 100011 |
Color Harmonies of #397C76
Complementary color
Monochromatic Colors of #397C76
Black with #397C76
Text Example
Text Example
White with #397C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C76; }
p { color: rgb(57,124,118); }
H1.HeaderClassName
{
color: #397C76;
}
.AnyTagClassName
{
color: #397C76;
}
</style>
background-color css
<style>
a { background-color: #397C76; }
a { background-color: rgb(57,124,118); }
div.DivClassName
{
background-color: #397C76;
}
.BgClassName
{
background-color: #397C76;
}
</style>
border-color css
<style>
span { border-color: #397C76; }
span { border-color: rgb(57,124,118); }
td.TdClassName
{
border-color: #397C76;
}
.TagClassName
{
border-color: #397C76;
}
</style>