Shades of Genoa #3A6A66
Tints of Genoa #3A6A66
RGB
CMYK
RGB Variations
Color information
#3A6A66 (or 0x3A6A66) is known color: Genoa. HEX triplet: 3A, 6A and 66. RGB value is (58,106,102). Sum of RGB (Red+Green+Blue) = 58+106+102=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A66 is #C59599. Grayscale: #5B5B5B. Windows color (decimal): -12948890 or 6711866. OLE color: 6711866.
HSL color Cylindrical-coordinate representation of color #3A6A66: hue angle of 175º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A66 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 102 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.58 |
| HSL | 175º | 0.29% | 0.32% | - |
| HSV(B) | 175º | 0.45% | 0.42% | - |
| XYZ | 9.3 | 12.17 | 14.43 | - |
| YUV | 91.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 102 | 0.45 | 0 | 0.04 | 0.58 | 175 | 0.29 | 0.32 |
| Hex | 3A | 6A | 66 | 2D | 0 | 4 | 3A | AF | 1D | 20 |
| Octal | 72 | 152 | 146 | 55 | 0 | 4 | 72 | 257 | 35 | 40 |
| Binary | 111010 | 1101010 | 1100110 | 101101 | 0 | 100 | 111010 | 10101111 | 11101 | 100000 |
Color Harmonies of #3A6A66
Complementary color
Monochromatic Colors of #3A6A66
Black with #3A6A66
Text Example
Text Example
White with #3A6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A66; }
p { color: rgb(58,106,102); }
H1.HeaderClassName
{
color: #3A6A66;
}
.AnyTagClassName
{
color: #3A6A66;
}
</style>
background-color css
<style>
a { background-color: #3A6A66; }
a { background-color: rgb(58,106,102); }
div.DivClassName
{
background-color: #3A6A66;
}
.BgClassName
{
background-color: #3A6A66;
}
</style>
border-color css
<style>
span { border-color: #3A6A66; }
span { border-color: rgb(58,106,102); }
td.TdClassName
{
border-color: #3A6A66;
}
.TagClassName
{
border-color: #3A6A66;
}
</style>