Shades of Genoa #3A7D6E
Tints of Genoa #3A7D6E
RGB
CMYK
RGB Variations
Color information
#3A7D6E (or 0x3A7D6E) is known color: Genoa. HEX triplet: 3A, 7D and 6E. RGB value is (58,125,110). Sum of RGB (Red+Green+Blue) = 58+125+110=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7D6E is #C58291. Grayscale: #676767. Windows color (decimal): -12944018 or 7241018. OLE color: 7241018.
HSL color Cylindrical-coordinate representation of color #3A7D6E: hue angle of 166.57º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7D6E is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 110 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.51 |
| HSL | 166.57º | 0.37% | 0.36% | - |
| HSV(B) | 166.57º | 0.54% | 0.49% | - |
| XYZ | 11.89 | 16.69 | 17.35 | - |
| YUV | 103.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 110 | 0.54 | 0 | 0.12 | 0.51 | 166.57 | 0.37 | 0.36 |
| Hex | 3A | 7D | 6E | 36 | 0 | C | 33 | A7 | 25 | 24 |
| Octal | 72 | 175 | 156 | 66 | 0 | 14 | 63 | 247 | 45 | 44 |
| Binary | 111010 | 1111101 | 1101110 | 110110 | 0 | 1100 | 110011 | 10100111 | 100101 | 100100 |
Color Harmonies of #3A7D6E
Complementary color
Monochromatic Colors of #3A7D6E
Black with #3A7D6E
Text Example
Text Example
White with #3A7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D6E; }
p { color: rgb(58,125,110); }
H1.HeaderClassName
{
color: #3A7D6E;
}
.AnyTagClassName
{
color: #3A7D6E;
}
</style>
background-color css
<style>
a { background-color: #3A7D6E; }
a { background-color: rgb(58,125,110); }
div.DivClassName
{
background-color: #3A7D6E;
}
.BgClassName
{
background-color: #3A7D6E;
}
</style>
border-color css
<style>
span { border-color: #3A7D6E; }
span { border-color: rgb(58,125,110); }
td.TdClassName
{
border-color: #3A7D6E;
}
.TagClassName
{
border-color: #3A7D6E;
}
</style>