Shades of Genoa #3A766C
Tints of Genoa #3A766C
RGB
CMYK
RGB Variations
Color information
#3A766C (or 0x3A766C) is known color: Genoa. HEX triplet: 3A, 76 and 6C. RGB value is (58,118,108). Sum of RGB (Red+Green+Blue) = 58+118+108=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766C is #C58993. Grayscale: #626262. Windows color (decimal): -12945812 or 7108154. OLE color: 7108154.
HSL color Cylindrical-coordinate representation of color #3A766C: hue angle of 170º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A766C is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 108 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.54 |
| HSL | 170º | 0.34% | 0.35% | - |
| HSV(B) | 170º | 0.51% | 0.46% | - |
| XYZ | 10.93 | 14.94 | 16.49 | - |
| YUV | 98.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 108 | 0.51 | 0 | 0.08 | 0.54 | 170 | 0.34 | 0.35 |
| Hex | 3A | 76 | 6C | 33 | 0 | 8 | 36 | AA | 22 | 23 |
| Octal | 72 | 166 | 154 | 63 | 0 | 10 | 66 | 252 | 42 | 43 |
| Binary | 111010 | 1110110 | 1101100 | 110011 | 0 | 1000 | 110110 | 10101010 | 100010 | 100011 |
Color Harmonies of #3A766C
Complementary color
Monochromatic Colors of #3A766C
Black with #3A766C
Text Example
Text Example
White with #3A766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A766C; }
p { color: rgb(58,118,108); }
H1.HeaderClassName
{
color: #3A766C;
}
.AnyTagClassName
{
color: #3A766C;
}
</style>
background-color css
<style>
a { background-color: #3A766C; }
a { background-color: rgb(58,118,108); }
div.DivClassName
{
background-color: #3A766C;
}
.BgClassName
{
background-color: #3A766C;
}
</style>
border-color css
<style>
span { border-color: #3A766C; }
span { border-color: rgb(58,118,108); }
td.TdClassName
{
border-color: #3A766C;
}
.TagClassName
{
border-color: #3A766C;
}
</style>