Shades of Genoa #396B66
Tints of Genoa #396B66
RGB
CMYK
RGB Variations
Color information
#396B66 (or 0x396B66) is known color: Genoa. HEX triplet: 39, 6B and 66. RGB value is (57,107,102). Sum of RGB (Red+Green+Blue) = 57+107+102=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #396B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B66 is #C69499. Grayscale: #5B5B5B. Windows color (decimal): -13014170 or 6712121. OLE color: 6712121.
HSL color Cylindrical-coordinate representation of color #396B66: hue angle of 174º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B66 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 102 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.58 |
| HSL | 174º | 0.3% | 0.32% | - |
| HSV(B) | 174º | 0.47% | 0.42% | - |
| XYZ | 9.34 | 12.34 | 14.46 | - |
| YUV | 91.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 102 | 0.47 | 0 | 0.05 | 0.58 | 174 | 0.3 | 0.32 |
| Hex | 39 | 6B | 66 | 2F | 0 | 5 | 3A | AE | 1E | 20 |
| Octal | 71 | 153 | 146 | 57 | 0 | 5 | 72 | 256 | 36 | 40 |
| Binary | 111001 | 1101011 | 1100110 | 101111 | 0 | 101 | 111010 | 10101110 | 11110 | 100000 |
Color Harmonies of #396B66
Complementary color
Monochromatic Colors of #396B66
Black with #396B66
Text Example
Text Example
White with #396B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B66; }
p { color: rgb(57,107,102); }
H1.HeaderClassName
{
color: #396B66;
}
.AnyTagClassName
{
color: #396B66;
}
</style>
background-color css
<style>
a { background-color: #396B66; }
a { background-color: rgb(57,107,102); }
div.DivClassName
{
background-color: #396B66;
}
.BgClassName
{
background-color: #396B66;
}
</style>
border-color css
<style>
span { border-color: #396B66; }
span { border-color: rgb(57,107,102); }
td.TdClassName
{
border-color: #396B66;
}
.TagClassName
{
border-color: #396B66;
}
</style>