Shades of Genoa #39756E
Tints of Genoa #39756E
RGB
CMYK
RGB Variations
Color information
#39756E (or 0x39756E) is known color: Genoa. HEX triplet: 39, 75 and 6E. RGB value is (57,117,110). Sum of RGB (Red+Green+Blue) = 57+117+110=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #39756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756E is #C68A91. Grayscale: #626262. Windows color (decimal): -13011602 or 7238969. OLE color: 7238969.
HSL color Cylindrical-coordinate representation of color #39756E: hue angle of 173º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39756E is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 110 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.54 |
| HSL | 173º | 0.34% | 0.34% | - |
| HSV(B) | 173º | 0.51% | 0.46% | - |
| XYZ | 10.86 | 14.72 | 17.02 | - |
| YUV | 98.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 110 | 0.51 | 0 | 0.06 | 0.54 | 173 | 0.34 | 0.34 |
| Hex | 39 | 75 | 6E | 33 | 0 | 6 | 36 | AD | 22 | 22 |
| Octal | 71 | 165 | 156 | 63 | 0 | 6 | 66 | 255 | 42 | 42 |
| Binary | 111001 | 1110101 | 1101110 | 110011 | 0 | 110 | 110110 | 10101101 | 100010 | 100010 |
Color Harmonies of #39756E
Complementary color
Monochromatic Colors of #39756E
Black with #39756E
Text Example
Text Example
White with #39756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39756E; }
p { color: rgb(57,117,110); }
H1.HeaderClassName
{
color: #39756E;
}
.AnyTagClassName
{
color: #39756E;
}
</style>
background-color css
<style>
a { background-color: #39756E; }
a { background-color: rgb(57,117,110); }
div.DivClassName
{
background-color: #39756E;
}
.BgClassName
{
background-color: #39756E;
}
</style>
border-color css
<style>
span { border-color: #39756E; }
span { border-color: rgb(57,117,110); }
td.TdClassName
{
border-color: #39756E;
}
.TagClassName
{
border-color: #39756E;
}
</style>