Shades of Genoa #3A7162
Tints of Genoa #3A7162
RGB
CMYK
RGB Variations
Color information
#3A7162 (or 0x3A7162) is known color: Genoa. HEX triplet: 3A, 71 and 62. RGB value is (58,113,98). Sum of RGB (Red+Green+Blue) = 58+113+98=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7162 is #C58E9D. Grayscale: #5E5E5E. Windows color (decimal): -12947102 or 6451514. OLE color: 6451514.
HSL color Cylindrical-coordinate representation of color #3A7162: hue angle of 163.64º 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 #3A7162 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 98 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.56 |
| HSL | 163.64º | 0.32% | 0.34% | - |
| HSV(B) | 163.64º | 0.49% | 0.44% | - |
| XYZ | 9.85 | 13.59 | 13.66 | - |
| YUV | 94.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 98 | 0.49 | 0 | 0.13 | 0.56 | 163.64 | 0.32 | 0.34 |
| Hex | 3A | 71 | 62 | 31 | 0 | D | 38 | A4 | 20 | 22 |
| Octal | 72 | 161 | 142 | 61 | 0 | 15 | 70 | 244 | 40 | 42 |
| Binary | 111010 | 1110001 | 1100010 | 110001 | 0 | 1101 | 111000 | 10100100 | 100000 | 100010 |
Color Harmonies of #3A7162
Complementary color
Monochromatic Colors of #3A7162
Black with #3A7162
Text Example
Text Example
White with #3A7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7162; }
p { color: rgb(58,113,98); }
H1.HeaderClassName
{
color: #3A7162;
}
.AnyTagClassName
{
color: #3A7162;
}
</style>
background-color css
<style>
a { background-color: #3A7162; }
a { background-color: rgb(58,113,98); }
div.DivClassName
{
background-color: #3A7162;
}
.BgClassName
{
background-color: #3A7162;
}
</style>
border-color css
<style>
span { border-color: #3A7162; }
span { border-color: rgb(58,113,98); }
td.TdClassName
{
border-color: #3A7162;
}
.TagClassName
{
border-color: #3A7162;
}
</style>