Shades of Genoa #3A776C
Tints of Genoa #3A776C
RGB
CMYK
RGB Variations
Color information
#3A776C (or 0x3A776C) is known color: Genoa. HEX triplet: 3A, 77 and 6C. RGB value is (58,119,108). Sum of RGB (Red+Green+Blue) = 58+119+108=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #3A776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A776C is #C58893. Grayscale: #636363. Windows color (decimal): -12945556 or 7108410. OLE color: 7108410.
HSL color Cylindrical-coordinate representation of color #3A776C: hue angle of 169.18º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A776C is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 108 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.53 |
| HSL | 169.18º | 0.34% | 0.35% | - |
| HSV(B) | 169.18º | 0.51% | 0.47% | - |
| XYZ | 11.05 | 15.18 | 16.53 | - |
| YUV | 99.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 108 | 0.51 | 0 | 0.09 | 0.53 | 169.18 | 0.34 | 0.35 |
| Hex | 3A | 77 | 6C | 33 | 0 | 9 | 35 | A9 | 22 | 23 |
| Octal | 72 | 167 | 154 | 63 | 0 | 11 | 65 | 251 | 42 | 43 |
| Binary | 111010 | 1110111 | 1101100 | 110011 | 0 | 1001 | 110101 | 10101001 | 100010 | 100011 |
Color Harmonies of #3A776C
Complementary color
Monochromatic Colors of #3A776C
Black with #3A776C
Text Example
Text Example
White with #3A776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A776C; }
p { color: rgb(58,119,108); }
H1.HeaderClassName
{
color: #3A776C;
}
.AnyTagClassName
{
color: #3A776C;
}
</style>
background-color css
<style>
a { background-color: #3A776C; }
a { background-color: rgb(58,119,108); }
div.DivClassName
{
background-color: #3A776C;
}
.BgClassName
{
background-color: #3A776C;
}
</style>
border-color css
<style>
span { border-color: #3A776C; }
span { border-color: rgb(58,119,108); }
td.TdClassName
{
border-color: #3A776C;
}
.TagClassName
{
border-color: #3A776C;
}
</style>