Shades of Genoa #396E6B
Tints of Genoa #396E6B
RGB
CMYK
RGB Variations
Color information
#396E6B (or 0x396E6B) is known color: Genoa. HEX triplet: 39, 6E and 6B. RGB value is (57,110,107). Sum of RGB (Red+Green+Blue) = 57+110+107=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #396E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E6B is #C69194. Grayscale: #5D5D5D. Windows color (decimal): -13013397 or 7040569. OLE color: 7040569.
HSL color Cylindrical-coordinate representation of color #396E6B: hue angle of 176.6º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E6B is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 107 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.57 |
| HSL | 176.6º | 0.32% | 0.33% | - |
| HSV(B) | 176.6º | 0.48% | 0.43% | - |
| XYZ | 9.92 | 13.08 | 15.91 | - |
| YUV | 93.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 107 | 0.48 | 0 | 0.03 | 0.57 | 176.6 | 0.32 | 0.33 |
| Hex | 39 | 6E | 6B | 30 | 0 | 3 | 39 | B1 | 20 | 21 |
| Octal | 71 | 156 | 153 | 60 | 0 | 3 | 71 | 261 | 40 | 41 |
| Binary | 111001 | 1101110 | 1101011 | 110000 | 0 | 11 | 111001 | 10110001 | 100000 | 100001 |
Color Harmonies of #396E6B
Complementary color
Monochromatic Colors of #396E6B
Black with #396E6B
Text Example
Text Example
White with #396E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E6B; }
p { color: rgb(57,110,107); }
H1.HeaderClassName
{
color: #396E6B;
}
.AnyTagClassName
{
color: #396E6B;
}
</style>
background-color css
<style>
a { background-color: #396E6B; }
a { background-color: rgb(57,110,107); }
div.DivClassName
{
background-color: #396E6B;
}
.BgClassName
{
background-color: #396E6B;
}
</style>
border-color css
<style>
span { border-color: #396E6B; }
span { border-color: rgb(57,110,107); }
td.TdClassName
{
border-color: #396E6B;
}
.TagClassName
{
border-color: #396E6B;
}
</style>