Shades of Genoa #397A74
Tints of Genoa #397A74
RGB
CMYK
RGB Variations
Color information
#397A74 (or 0x397A74) is known color: Genoa. HEX triplet: 39, 7A and 74. RGB value is (57,122,116). Sum of RGB (Red+Green+Blue) = 57+122+116=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #397A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A74 is #C6858B. Grayscale: #656565. Windows color (decimal): -13010316 or 7633465. OLE color: 7633465.
HSL color Cylindrical-coordinate representation of color #397A74: hue angle of 174.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A74 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 116 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.52 |
| HSL | 174.46º | 0.36% | 0.35% | - |
| HSV(B) | 174.46º | 0.53% | 0.48% | - |
| XYZ | 11.8 | 16.05 | 19 | - |
| YUV | 101.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 116 | 0.53 | 0 | 0.05 | 0.52 | 174.46 | 0.36 | 0.35 |
| Hex | 39 | 7A | 74 | 35 | 0 | 5 | 34 | AE | 24 | 23 |
| Octal | 71 | 172 | 164 | 65 | 0 | 5 | 64 | 256 | 44 | 43 |
| Binary | 111001 | 1111010 | 1110100 | 110101 | 0 | 101 | 110100 | 10101110 | 100100 | 100011 |
Color Harmonies of #397A74
Complementary color
Monochromatic Colors of #397A74
Black with #397A74
Text Example
Text Example
White with #397A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A74; }
p { color: rgb(57,122,116); }
H1.HeaderClassName
{
color: #397A74;
}
.AnyTagClassName
{
color: #397A74;
}
</style>
background-color css
<style>
a { background-color: #397A74; }
a { background-color: rgb(57,122,116); }
div.DivClassName
{
background-color: #397A74;
}
.BgClassName
{
background-color: #397A74;
}
</style>
border-color css
<style>
span { border-color: #397A74; }
span { border-color: rgb(57,122,116); }
td.TdClassName
{
border-color: #397A74;
}
.TagClassName
{
border-color: #397A74;
}
</style>