Shades of Genoa #397B6F
Tints of Genoa #397B6F
RGB
CMYK
RGB Variations
Color information
#397B6F (or 0x397B6F) is known color: Genoa. HEX triplet: 39, 7B and 6F. RGB value is (57,123,111). Sum of RGB (Red+Green+Blue) = 57+123+111=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6F is #C68490. Grayscale: #656565. Windows color (decimal): -13010065 or 7306041. OLE color: 7306041.
HSL color Cylindrical-coordinate representation of color #397B6F: hue angle of 169.09º 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 #397B6F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 111 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.52 |
| HSL | 169.09º | 0.37% | 0.35% | - |
| HSV(B) | 169.09º | 0.54% | 0.48% | - |
| XYZ | 11.64 | 16.18 | 17.55 | - |
| YUV | 101.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 111 | 0.54 | 0 | 0.10 | 0.52 | 169.09 | 0.37 | 0.35 |
| Hex | 39 | 7B | 6F | 36 | 0 | A | 34 | A9 | 25 | 23 |
| Octal | 71 | 173 | 157 | 66 | 0 | 12 | 64 | 251 | 45 | 43 |
| Binary | 111001 | 1111011 | 1101111 | 110110 | 0 | 1010 | 110100 | 10101001 | 100101 | 100011 |
Color Harmonies of #397B6F
Complementary color
Monochromatic Colors of #397B6F
Black with #397B6F
Text Example
Text Example
White with #397B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B6F; }
p { color: rgb(57,123,111); }
H1.HeaderClassName
{
color: #397B6F;
}
.AnyTagClassName
{
color: #397B6F;
}
</style>
background-color css
<style>
a { background-color: #397B6F; }
a { background-color: rgb(57,123,111); }
div.DivClassName
{
background-color: #397B6F;
}
.BgClassName
{
background-color: #397B6F;
}
</style>
border-color css
<style>
span { border-color: #397B6F; }
span { border-color: rgb(57,123,111); }
td.TdClassName
{
border-color: #397B6F;
}
.TagClassName
{
border-color: #397B6F;
}
</style>