Shades of Genoa #3A7166
Tints of Genoa #3A7166
RGB
CMYK
RGB Variations
Color information
#3A7166 (or 0x3A7166) is known color: Genoa. HEX triplet: 3A, 71 and 66. RGB value is (58,113,102). Sum of RGB (Red+Green+Blue) = 58+113+102=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7166 is #C58E99. Grayscale: #5F5F5F. Windows color (decimal): -12947098 or 6713658. OLE color: 6713658.
HSL color Cylindrical-coordinate representation of color #3A7166: hue angle of 168º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7166 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 102 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.56 |
| HSL | 168º | 0.32% | 0.34% | - |
| HSV(B) | 168º | 0.49% | 0.44% | - |
| XYZ | 10.05 | 13.67 | 14.68 | - |
| YUV | 95.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 102 | 0.49 | 0 | 0.10 | 0.56 | 168 | 0.32 | 0.34 |
| Hex | 3A | 71 | 66 | 31 | 0 | A | 38 | A8 | 20 | 22 |
| Octal | 72 | 161 | 146 | 61 | 0 | 12 | 70 | 250 | 40 | 42 |
| Binary | 111010 | 1110001 | 1100110 | 110001 | 0 | 1010 | 111000 | 10101000 | 100000 | 100010 |
Color Harmonies of #3A7166
Complementary color
Monochromatic Colors of #3A7166
Black with #3A7166
Text Example
Text Example
White with #3A7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7166; }
p { color: rgb(58,113,102); }
H1.HeaderClassName
{
color: #3A7166;
}
.AnyTagClassName
{
color: #3A7166;
}
</style>
background-color css
<style>
a { background-color: #3A7166; }
a { background-color: rgb(58,113,102); }
div.DivClassName
{
background-color: #3A7166;
}
.BgClassName
{
background-color: #3A7166;
}
</style>
border-color css
<style>
span { border-color: #3A7166; }
span { border-color: rgb(58,113,102); }
td.TdClassName
{
border-color: #3A7166;
}
.TagClassName
{
border-color: #3A7166;
}
</style>