Shades of Genoa #3A7C6E
Tints of Genoa #3A7C6E
RGB
CMYK
RGB Variations
Color information
#3A7C6E (or 0x3A7C6E) is known color: Genoa. HEX triplet: 3A, 7C and 6E. RGB value is (58,124,110). Sum of RGB (Red+Green+Blue) = 58+124+110=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C6E is #C58391. Grayscale: #666666. Windows color (decimal): -12944274 or 7240762. OLE color: 7240762.
HSL color Cylindrical-coordinate representation of color #3A7C6E: hue angle of 167.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C6E is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 110 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.51 |
| HSL | 167.27º | 0.36% | 0.36% | - |
| HSV(B) | 167.27º | 0.53% | 0.49% | - |
| XYZ | 11.77 | 16.44 | 17.31 | - |
| YUV | 102.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 110 | 0.53 | 0 | 0.11 | 0.51 | 167.27 | 0.36 | 0.36 |
| Hex | 3A | 7C | 6E | 35 | 0 | B | 33 | A7 | 24 | 24 |
| Octal | 72 | 174 | 156 | 65 | 0 | 13 | 63 | 247 | 44 | 44 |
| Binary | 111010 | 1111100 | 1101110 | 110101 | 0 | 1011 | 110011 | 10100111 | 100100 | 100100 |
Color Harmonies of #3A7C6E
Complementary color
Monochromatic Colors of #3A7C6E
Black with #3A7C6E
Text Example
Text Example
White with #3A7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C6E; }
p { color: rgb(58,124,110); }
H1.HeaderClassName
{
color: #3A7C6E;
}
.AnyTagClassName
{
color: #3A7C6E;
}
</style>
background-color css
<style>
a { background-color: #3A7C6E; }
a { background-color: rgb(58,124,110); }
div.DivClassName
{
background-color: #3A7C6E;
}
.BgClassName
{
background-color: #3A7C6E;
}
</style>
border-color css
<style>
span { border-color: #3A7C6E; }
span { border-color: rgb(58,124,110); }
td.TdClassName
{
border-color: #3A7C6E;
}
.TagClassName
{
border-color: #3A7C6E;
}
</style>