Shades of Genoa #3A6966
Tints of Genoa #3A6966
RGB
CMYK
RGB Variations
Color information
#3A6966 (or 0x3A6966) is known color: Genoa. HEX triplet: 3A, 69 and 66. RGB value is (58,105,102). Sum of RGB (Red+Green+Blue) = 58+105+102=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6966 is #C59699. Grayscale: #5A5A5A. Windows color (decimal): -12949146 or 6711610. OLE color: 6711610.
HSL color Cylindrical-coordinate representation of color #3A6966: hue angle of 176.17º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6966 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 102 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.59 |
| HSL | 176.17º | 0.29% | 0.32% | - |
| HSV(B) | 176.17º | 0.45% | 0.41% | - |
| XYZ | 9.19 | 11.96 | 14.39 | - |
| YUV | 90.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 102 | 0.45 | 0 | 0.03 | 0.59 | 176.17 | 0.29 | 0.32 |
| Hex | 3A | 69 | 66 | 2D | 0 | 3 | 3B | B0 | 1D | 20 |
| Octal | 72 | 151 | 146 | 55 | 0 | 3 | 73 | 260 | 35 | 40 |
| Binary | 111010 | 1101001 | 1100110 | 101101 | 0 | 11 | 111011 | 10110000 | 11101 | 100000 |
Color Harmonies of #3A6966
Complementary color
Monochromatic Colors of #3A6966
Black with #3A6966
Text Example
Text Example
White with #3A6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6966; }
p { color: rgb(58,105,102); }
H1.HeaderClassName
{
color: #3A6966;
}
.AnyTagClassName
{
color: #3A6966;
}
</style>
background-color css
<style>
a { background-color: #3A6966; }
a { background-color: rgb(58,105,102); }
div.DivClassName
{
background-color: #3A6966;
}
.BgClassName
{
background-color: #3A6966;
}
</style>
border-color css
<style>
span { border-color: #3A6966; }
span { border-color: rgb(58,105,102); }
td.TdClassName
{
border-color: #3A6966;
}
.TagClassName
{
border-color: #3A6966;
}
</style>