Shades of Genoa #396D65
Tints of Genoa #396D65
RGB
CMYK
RGB Variations
Color information
#396D65 (or 0x396D65) is known color: Genoa. HEX triplet: 39, 6D and 65. RGB value is (57,109,101). Sum of RGB (Red+Green+Blue) = 57+109+101=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #396D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D65 is #C6929A. Grayscale: #5C5C5C. Windows color (decimal): -13013659 or 6647097. OLE color: 6647097.
HSL color Cylindrical-coordinate representation of color #396D65: hue angle of 170.77º degrees, saturation: 0.31, 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 #396D65 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 101 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.57 |
| HSL | 170.77º | 0.31% | 0.33% | - |
| HSV(B) | 170.77º | 0.48% | 0.43% | - |
| XYZ | 9.5 | 12.75 | 14.27 | - |
| YUV | 92.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 101 | 0.48 | 0 | 0.07 | 0.57 | 170.77 | 0.31 | 0.33 |
| Hex | 39 | 6D | 65 | 30 | 0 | 7 | 39 | AB | 1F | 21 |
| Octal | 71 | 155 | 145 | 60 | 0 | 7 | 71 | 253 | 37 | 41 |
| Binary | 111001 | 1101101 | 1100101 | 110000 | 0 | 111 | 111001 | 10101011 | 11111 | 100001 |
Color Harmonies of #396D65
Complementary color
Monochromatic Colors of #396D65
Black with #396D65
Text Example
Text Example
White with #396D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D65; }
p { color: rgb(57,109,101); }
H1.HeaderClassName
{
color: #396D65;
}
.AnyTagClassName
{
color: #396D65;
}
</style>
background-color css
<style>
a { background-color: #396D65; }
a { background-color: rgb(57,109,101); }
div.DivClassName
{
background-color: #396D65;
}
.BgClassName
{
background-color: #396D65;
}
</style>
border-color css
<style>
span { border-color: #396D65; }
span { border-color: rgb(57,109,101); }
td.TdClassName
{
border-color: #396D65;
}
.TagClassName
{
border-color: #396D65;
}
</style>