Shades of Genoa #3A7666
Tints of Genoa #3A7666
RGB
CMYK
RGB Variations
Color information
#3A7666 (or 0x3A7666) is known color: Genoa. HEX triplet: 3A, 76 and 66. RGB value is (58,118,102). Sum of RGB (Red+Green+Blue) = 58+118+102=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7666 is #C58999. Grayscale: #626262. Windows color (decimal): -12945818 or 6714938. OLE color: 6714938.
HSL color Cylindrical-coordinate representation of color #3A7666: hue angle of 164º 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 #3A7666 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 102 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.54 |
| HSL | 164º | 0.34% | 0.35% | - |
| HSV(B) | 164º | 0.51% | 0.46% | - |
| XYZ | 10.62 | 14.82 | 14.87 | - |
| YUV | 98.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 102 | 0.51 | 0 | 0.14 | 0.54 | 164 | 0.34 | 0.35 |
| Hex | 3A | 76 | 66 | 33 | 0 | E | 36 | A4 | 22 | 23 |
| Octal | 72 | 166 | 146 | 63 | 0 | 16 | 66 | 244 | 42 | 43 |
| Binary | 111010 | 1110110 | 1100110 | 110011 | 0 | 1110 | 110110 | 10100100 | 100010 | 100011 |
Color Harmonies of #3A7666
Complementary color
Monochromatic Colors of #3A7666
Black with #3A7666
Text Example
Text Example
White with #3A7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7666; }
p { color: rgb(58,118,102); }
H1.HeaderClassName
{
color: #3A7666;
}
.AnyTagClassName
{
color: #3A7666;
}
</style>
background-color css
<style>
a { background-color: #3A7666; }
a { background-color: rgb(58,118,102); }
div.DivClassName
{
background-color: #3A7666;
}
.BgClassName
{
background-color: #3A7666;
}
</style>
border-color css
<style>
span { border-color: #3A7666; }
span { border-color: rgb(58,118,102); }
td.TdClassName
{
border-color: #3A7666;
}
.TagClassName
{
border-color: #3A7666;
}
</style>