Shades of Genoa #39766D
Tints of Genoa #39766D
RGB
CMYK
RGB Variations
Color information
#39766D (or 0x39766D) is known color: Genoa. HEX triplet: 39, 76 and 6D. RGB value is (57,118,109). Sum of RGB (Red+Green+Blue) = 57+118+109=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #39766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39766D is #C68992. Grayscale: #626262. Windows color (decimal): -13011347 or 7173689. OLE color: 7173689.
HSL color Cylindrical-coordinate representation of color #39766D: hue angle of 171.15º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39766D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 109 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.54 |
| HSL | 171.15º | 0.35% | 0.34% | - |
| HSV(B) | 171.15º | 0.52% | 0.46% | - |
| XYZ | 10.93 | 14.93 | 16.77 | - |
| YUV | 98.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 109 | 0.52 | 0 | 0.08 | 0.54 | 171.15 | 0.35 | 0.34 |
| Hex | 39 | 76 | 6D | 34 | 0 | 8 | 36 | AB | 23 | 22 |
| Octal | 71 | 166 | 155 | 64 | 0 | 10 | 66 | 253 | 43 | 42 |
| Binary | 111001 | 1110110 | 1101101 | 110100 | 0 | 1000 | 110110 | 10101011 | 100011 | 100010 |
Color Harmonies of #39766D
Complementary color
Monochromatic Colors of #39766D
Black with #39766D
Text Example
Text Example
White with #39766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39766D; }
p { color: rgb(57,118,109); }
H1.HeaderClassName
{
color: #39766D;
}
.AnyTagClassName
{
color: #39766D;
}
</style>
background-color css
<style>
a { background-color: #39766D; }
a { background-color: rgb(57,118,109); }
div.DivClassName
{
background-color: #39766D;
}
.BgClassName
{
background-color: #39766D;
}
</style>
border-color css
<style>
span { border-color: #39766D; }
span { border-color: rgb(57,118,109); }
td.TdClassName
{
border-color: #39766D;
}
.TagClassName
{
border-color: #39766D;
}
</style>