Shades of Genoa #39786C
Tints of Genoa #39786C
RGB
CMYK
RGB Variations
Color information
#39786C (or 0x39786C) is known color: Genoa. HEX triplet: 39, 78 and 6C. RGB value is (57,120,108). Sum of RGB (Red+Green+Blue) = 57+120+108=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #39786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39786C is #C68793. Grayscale: #636363. Windows color (decimal): -13010836 or 7108665. OLE color: 7108665.
HSL color Cylindrical-coordinate representation of color #39786C: hue angle of 168.57º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39786C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 108 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.53 |
| HSL | 168.57º | 0.36% | 0.35% | - |
| HSV(B) | 168.57º | 0.53% | 0.47% | - |
| XYZ | 11.11 | 15.39 | 16.57 | - |
| YUV | 99.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 108 | 0.52 | 0 | 0.10 | 0.53 | 168.57 | 0.36 | 0.35 |
| Hex | 39 | 78 | 6C | 34 | 0 | A | 35 | A9 | 24 | 23 |
| Octal | 71 | 170 | 154 | 64 | 0 | 12 | 65 | 251 | 44 | 43 |
| Binary | 111001 | 1111000 | 1101100 | 110100 | 0 | 1010 | 110101 | 10101001 | 100100 | 100011 |
Color Harmonies of #39786C
Complementary color
Monochromatic Colors of #39786C
Black with #39786C
Text Example
Text Example
White with #39786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39786C; }
p { color: rgb(57,120,108); }
H1.HeaderClassName
{
color: #39786C;
}
.AnyTagClassName
{
color: #39786C;
}
</style>
background-color css
<style>
a { background-color: #39786C; }
a { background-color: rgb(57,120,108); }
div.DivClassName
{
background-color: #39786C;
}
.BgClassName
{
background-color: #39786C;
}
</style>
border-color css
<style>
span { border-color: #39786C; }
span { border-color: rgb(57,120,108); }
td.TdClassName
{
border-color: #39786C;
}
.TagClassName
{
border-color: #39786C;
}
</style>