Shades of Genoa #3A7A6E
Tints of Genoa #3A7A6E
RGB
CMYK
RGB Variations
Color information
#3A7A6E (or 0x3A7A6E) is known color: Genoa. HEX triplet: 3A, 7A and 6E. RGB value is (58,122,110). Sum of RGB (Red+Green+Blue) = 58+122+110=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A6E is #C58591. Grayscale: #656565. Windows color (decimal): -12944786 or 7240250. OLE color: 7240250.
HSL color Cylindrical-coordinate representation of color #3A7A6E: hue angle of 168.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A6E is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 110 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.52 |
| HSL | 168.75º | 0.36% | 0.35% | - |
| HSV(B) | 168.75º | 0.52% | 0.48% | - |
| XYZ | 11.52 | 15.94 | 17.22 | - |
| YUV | 101.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 110 | 0.52 | 0 | 0.10 | 0.52 | 168.75 | 0.36 | 0.35 |
| Hex | 3A | 7A | 6E | 34 | 0 | A | 34 | A9 | 24 | 23 |
| Octal | 72 | 172 | 156 | 64 | 0 | 12 | 64 | 251 | 44 | 43 |
| Binary | 111010 | 1111010 | 1101110 | 110100 | 0 | 1010 | 110100 | 10101001 | 100100 | 100011 |
Color Harmonies of #3A7A6E
Complementary color
Monochromatic Colors of #3A7A6E
Black with #3A7A6E
Text Example
Text Example
White with #3A7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A6E; }
p { color: rgb(58,122,110); }
H1.HeaderClassName
{
color: #3A7A6E;
}
.AnyTagClassName
{
color: #3A7A6E;
}
</style>
background-color css
<style>
a { background-color: #3A7A6E; }
a { background-color: rgb(58,122,110); }
div.DivClassName
{
background-color: #3A7A6E;
}
.BgClassName
{
background-color: #3A7A6E;
}
</style>
border-color css
<style>
span { border-color: #3A7A6E; }
span { border-color: rgb(58,122,110); }
td.TdClassName
{
border-color: #3A7A6E;
}
.TagClassName
{
border-color: #3A7A6E;
}
</style>