Shades of Genoa #396B64
Tints of Genoa #396B64
RGB
CMYK
RGB Variations
Color information
#396B64 (or 0x396B64) is known color: Genoa. HEX triplet: 39, 6B and 64. RGB value is (57,107,100). Sum of RGB (Red+Green+Blue) = 57+107+100=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #396B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B64 is #C6949B. Grayscale: #5B5B5B. Windows color (decimal): -13014172 or 6581049. OLE color: 6581049.
HSL color Cylindrical-coordinate representation of color #396B64: hue angle of 171.6º 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 #396B64 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 100 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.58 |
| HSL | 171.6º | 0.3% | 0.32% | - |
| HSV(B) | 171.6º | 0.47% | 0.42% | - |
| XYZ | 9.25 | 12.31 | 13.94 | - |
| YUV | 91.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 100 | 0.47 | 0 | 0.07 | 0.58 | 171.6 | 0.3 | 0.32 |
| Hex | 39 | 6B | 64 | 2F | 0 | 7 | 3A | AC | 1E | 20 |
| Octal | 71 | 153 | 144 | 57 | 0 | 7 | 72 | 254 | 36 | 40 |
| Binary | 111001 | 1101011 | 1100100 | 101111 | 0 | 111 | 111010 | 10101100 | 11110 | 100000 |
Color Harmonies of #396B64
Complementary color
Monochromatic Colors of #396B64
Black with #396B64
Text Example
Text Example
White with #396B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B64; }
p { color: rgb(57,107,100); }
H1.HeaderClassName
{
color: #396B64;
}
.AnyTagClassName
{
color: #396B64;
}
</style>
background-color css
<style>
a { background-color: #396B64; }
a { background-color: rgb(57,107,100); }
div.DivClassName
{
background-color: #396B64;
}
.BgClassName
{
background-color: #396B64;
}
</style>
border-color css
<style>
span { border-color: #396B64; }
span { border-color: rgb(57,107,100); }
td.TdClassName
{
border-color: #396B64;
}
.TagClassName
{
border-color: #396B64;
}
</style>