Shades of Genoa #39756F
Tints of Genoa #39756F
RGB
CMYK
RGB Variations
Color information
#39756F (or 0x39756F) is known color: Genoa. HEX triplet: 39, 75 and 6F. RGB value is (57,117,111). Sum of RGB (Red+Green+Blue) = 57+117+111=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #39756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756F is #C68A90. Grayscale: #626262. Windows color (decimal): -13011601 or 7304505. OLE color: 7304505.
HSL color Cylindrical-coordinate representation of color #39756F: hue angle of 174º 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 #39756F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 111 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.54 |
| HSL | 174º | 0.34% | 0.34% | - |
| HSV(B) | 174º | 0.51% | 0.46% | - |
| XYZ | 10.92 | 14.74 | 17.31 | - |
| YUV | 98.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 111 | 0.51 | 0 | 0.05 | 0.54 | 174 | 0.34 | 0.34 |
| Hex | 39 | 75 | 6F | 33 | 0 | 5 | 36 | AE | 22 | 22 |
| Octal | 71 | 165 | 157 | 63 | 0 | 5 | 66 | 256 | 42 | 42 |
| Binary | 111001 | 1110101 | 1101111 | 110011 | 0 | 101 | 110110 | 10101110 | 100010 | 100010 |
Color Harmonies of #39756F
Complementary color
Monochromatic Colors of #39756F
Black with #39756F
Text Example
Text Example
White with #39756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39756F; }
p { color: rgb(57,117,111); }
H1.HeaderClassName
{
color: #39756F;
}
.AnyTagClassName
{
color: #39756F;
}
</style>
background-color css
<style>
a { background-color: #39756F; }
a { background-color: rgb(57,117,111); }
div.DivClassName
{
background-color: #39756F;
}
.BgClassName
{
background-color: #39756F;
}
</style>
border-color css
<style>
span { border-color: #39756F; }
span { border-color: rgb(57,117,111); }
td.TdClassName
{
border-color: #39756F;
}
.TagClassName
{
border-color: #39756F;
}
</style>