Shades of Genoa #3A7C70
Tints of Genoa #3A7C70
RGB
CMYK
RGB Variations
Color information
#3A7C70 (or 0x3A7C70) is known color: Genoa. HEX triplet: 3A, 7C and 70. RGB value is (58,124,112). Sum of RGB (Red+Green+Blue) = 58+124+112=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C70 is #C5838F. Grayscale: #666666. Windows color (decimal): -12944272 or 7371834. OLE color: 7371834.
HSL color Cylindrical-coordinate representation of color #3A7C70: hue angle of 169.09º 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 #3A7C70 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 112 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.51 |
| HSL | 169.09º | 0.36% | 0.36% | - |
| HSV(B) | 169.09º | 0.53% | 0.49% | - |
| XYZ | 11.88 | 16.48 | 17.89 | - |
| YUV | 102.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 112 | 0.53 | 0 | 0.10 | 0.51 | 169.09 | 0.36 | 0.36 |
| Hex | 3A | 7C | 70 | 35 | 0 | A | 33 | A9 | 24 | 24 |
| Octal | 72 | 174 | 160 | 65 | 0 | 12 | 63 | 251 | 44 | 44 |
| Binary | 111010 | 1111100 | 1110000 | 110101 | 0 | 1010 | 110011 | 10101001 | 100100 | 100100 |
Color Harmonies of #3A7C70
Complementary color
Monochromatic Colors of #3A7C70
Black with #3A7C70
Text Example
Text Example
White with #3A7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C70; }
p { color: rgb(58,124,112); }
H1.HeaderClassName
{
color: #3A7C70;
}
.AnyTagClassName
{
color: #3A7C70;
}
</style>
background-color css
<style>
a { background-color: #3A7C70; }
a { background-color: rgb(58,124,112); }
div.DivClassName
{
background-color: #3A7C70;
}
.BgClassName
{
background-color: #3A7C70;
}
</style>
border-color css
<style>
span { border-color: #3A7C70; }
span { border-color: rgb(58,124,112); }
td.TdClassName
{
border-color: #3A7C70;
}
.TagClassName
{
border-color: #3A7C70;
}
</style>