Shades of Genoa #397A69
Tints of Genoa #397A69
RGB
CMYK
RGB Variations
Color information
#397A69 (or 0x397A69) is known color: Genoa. HEX triplet: 39, 7A and 69. RGB value is (57,122,105). Sum of RGB (Red+Green+Blue) = 57+122+105=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #397A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A69 is #C68596. Grayscale: #646464. Windows color (decimal): -13010327 or 6912569. OLE color: 6912569.
HSL color Cylindrical-coordinate representation of color #397A69: hue angle of 164.31º 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 #397A69 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 105 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.52 |
| HSL | 164.31º | 0.36% | 0.35% | - |
| HSV(B) | 164.31º | 0.53% | 0.48% | - |
| XYZ | 11.2 | 15.81 | 15.83 | - |
| YUV | 100.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 105 | 0.53 | 0 | 0.14 | 0.52 | 164.31 | 0.36 | 0.35 |
| Hex | 39 | 7A | 69 | 35 | 0 | E | 34 | A4 | 24 | 23 |
| Octal | 71 | 172 | 151 | 65 | 0 | 16 | 64 | 244 | 44 | 43 |
| Binary | 111001 | 1111010 | 1101001 | 110101 | 0 | 1110 | 110100 | 10100100 | 100100 | 100011 |
Color Harmonies of #397A69
Complementary color
Monochromatic Colors of #397A69
Black with #397A69
Text Example
Text Example
White with #397A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A69; }
p { color: rgb(57,122,105); }
H1.HeaderClassName
{
color: #397A69;
}
.AnyTagClassName
{
color: #397A69;
}
</style>
background-color css
<style>
a { background-color: #397A69; }
a { background-color: rgb(57,122,105); }
div.DivClassName
{
background-color: #397A69;
}
.BgClassName
{
background-color: #397A69;
}
</style>
border-color css
<style>
span { border-color: #397A69; }
span { border-color: rgb(57,122,105); }
td.TdClassName
{
border-color: #397A69;
}
.TagClassName
{
border-color: #397A69;
}
</style>