Shades of Genoa #39756B
Tints of Genoa #39756B
RGB
CMYK
RGB Variations
Color information
#39756B (or 0x39756B) is known color: Genoa. HEX triplet: 39, 75 and 6B. RGB value is (57,117,107). Sum of RGB (Red+Green+Blue) = 57+117+107=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #39756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756B is #C68A94. Grayscale: #616161. Windows color (decimal): -13011605 or 7042361. OLE color: 7042361.
HSL color Cylindrical-coordinate representation of color #39756B: hue angle of 170º 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 #39756B is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 107 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.54 |
| HSL | 170º | 0.34% | 0.34% | - |
| HSV(B) | 170º | 0.51% | 0.46% | - |
| XYZ | 10.7 | 14.65 | 16.17 | - |
| YUV | 97.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 107 | 0.51 | 0 | 0.09 | 0.54 | 170 | 0.34 | 0.34 |
| Hex | 39 | 75 | 6B | 33 | 0 | 9 | 36 | AA | 22 | 22 |
| Octal | 71 | 165 | 153 | 63 | 0 | 11 | 66 | 252 | 42 | 42 |
| Binary | 111001 | 1110101 | 1101011 | 110011 | 0 | 1001 | 110110 | 10101010 | 100010 | 100010 |
Color Harmonies of #39756B
Complementary color
Monochromatic Colors of #39756B
Black with #39756B
Text Example
Text Example
White with #39756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39756B; }
p { color: rgb(57,117,107); }
H1.HeaderClassName
{
color: #39756B;
}
.AnyTagClassName
{
color: #39756B;
}
</style>
background-color css
<style>
a { background-color: #39756B; }
a { background-color: rgb(57,117,107); }
div.DivClassName
{
background-color: #39756B;
}
.BgClassName
{
background-color: #39756B;
}
</style>
border-color css
<style>
span { border-color: #39756B; }
span { border-color: rgb(57,117,107); }
td.TdClassName
{
border-color: #39756B;
}
.TagClassName
{
border-color: #39756B;
}
</style>