Shades of Genoa #396F63
Tints of Genoa #396F63
RGB
CMYK
RGB Variations
Color information
#396F63 (or 0x396F63) is known color: Genoa. HEX triplet: 39, 6F and 63. RGB value is (57,111,99). Sum of RGB (Red+Green+Blue) = 57+111+99=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #396F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F63 is #C6909C. Grayscale: #5D5D5D. Windows color (decimal): -13013149 or 6516537. OLE color: 6516537.
HSL color Cylindrical-coordinate representation of color #396F63: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F63 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 99 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.56 |
| HSL | 166.67º | 0.32% | 0.33% | - |
| HSV(B) | 166.67º | 0.49% | 0.44% | - |
| XYZ | 9.62 | 13.14 | 13.83 | - |
| YUV | 93.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 99 | 0.49 | 0 | 0.11 | 0.56 | 166.67 | 0.32 | 0.33 |
| Hex | 39 | 6F | 63 | 31 | 0 | B | 38 | A7 | 20 | 21 |
| Octal | 71 | 157 | 143 | 61 | 0 | 13 | 70 | 247 | 40 | 41 |
| Binary | 111001 | 1101111 | 1100011 | 110001 | 0 | 1011 | 111000 | 10100111 | 100000 | 100001 |
Color Harmonies of #396F63
Complementary color
Monochromatic Colors of #396F63
Black with #396F63
Text Example
Text Example
White with #396F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F63; }
p { color: rgb(57,111,99); }
H1.HeaderClassName
{
color: #396F63;
}
.AnyTagClassName
{
color: #396F63;
}
</style>
background-color css
<style>
a { background-color: #396F63; }
a { background-color: rgb(57,111,99); }
div.DivClassName
{
background-color: #396F63;
}
.BgClassName
{
background-color: #396F63;
}
</style>
border-color css
<style>
span { border-color: #396F63; }
span { border-color: rgb(57,111,99); }
td.TdClassName
{
border-color: #396F63;
}
.TagClassName
{
border-color: #396F63;
}
</style>