Shades of Genoa #397C72
Tints of Genoa #397C72
RGB
CMYK
RGB Variations
Color information
#397C72 (or 0x397C72) is known color: Genoa. HEX triplet: 39, 7C and 72. RGB value is (57,124,114). Sum of RGB (Red+Green+Blue) = 57+124+114=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #397C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C72 is #C6838D. Grayscale: #666666. Windows color (decimal): -13009806 or 7502905. OLE color: 7502905.
HSL color Cylindrical-coordinate representation of color #397C72: hue angle of 171.04º 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 #397C72 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 114 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.51 |
| HSL | 171.04º | 0.37% | 0.35% | - |
| HSV(B) | 171.04º | 0.54% | 0.49% | - |
| XYZ | 11.93 | 16.5 | 18.48 | - |
| YUV | 102.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 114 | 0.54 | 0 | 0.08 | 0.51 | 171.04 | 0.37 | 0.35 |
| Hex | 39 | 7C | 72 | 36 | 0 | 8 | 33 | AB | 25 | 23 |
| Octal | 71 | 174 | 162 | 66 | 0 | 10 | 63 | 253 | 45 | 43 |
| Binary | 111001 | 1111100 | 1110010 | 110110 | 0 | 1000 | 110011 | 10101011 | 100101 | 100011 |
Color Harmonies of #397C72
Complementary color
Monochromatic Colors of #397C72
Black with #397C72
Text Example
Text Example
White with #397C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C72; }
p { color: rgb(57,124,114); }
H1.HeaderClassName
{
color: #397C72;
}
.AnyTagClassName
{
color: #397C72;
}
</style>
background-color css
<style>
a { background-color: #397C72; }
a { background-color: rgb(57,124,114); }
div.DivClassName
{
background-color: #397C72;
}
.BgClassName
{
background-color: #397C72;
}
</style>
border-color css
<style>
span { border-color: #397C72; }
span { border-color: rgb(57,124,114); }
td.TdClassName
{
border-color: #397C72;
}
.TagClassName
{
border-color: #397C72;
}
</style>