Shades of Genoa #3A7C71
Tints of Genoa #3A7C71
RGB
CMYK
RGB Variations
Color information
#3A7C71 (or 0x3A7C71) is known color: Genoa. HEX triplet: 3A, 7C and 71. RGB value is (58,124,113). Sum of RGB (Red+Green+Blue) = 58+124+113=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C71 is #C5838E. Grayscale: #666666. Windows color (decimal): -12944271 or 7437370. OLE color: 7437370.
HSL color Cylindrical-coordinate representation of color #3A7C71: hue angle of 170º 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 #3A7C71 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 113 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.51 |
| HSL | 170º | 0.36% | 0.36% | - |
| HSV(B) | 170º | 0.53% | 0.49% | - |
| XYZ | 11.93 | 16.51 | 18.18 | - |
| YUV | 103.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 113 | 0.53 | 0 | 0.09 | 0.51 | 170 | 0.36 | 0.36 |
| Hex | 3A | 7C | 71 | 35 | 0 | 9 | 33 | AA | 24 | 24 |
| Octal | 72 | 174 | 161 | 65 | 0 | 11 | 63 | 252 | 44 | 44 |
| Binary | 111010 | 1111100 | 1110001 | 110101 | 0 | 1001 | 110011 | 10101010 | 100100 | 100100 |
Color Harmonies of #3A7C71
Complementary color
Monochromatic Colors of #3A7C71
Black with #3A7C71
Text Example
Text Example
White with #3A7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C71; }
p { color: rgb(58,124,113); }
H1.HeaderClassName
{
color: #3A7C71;
}
.AnyTagClassName
{
color: #3A7C71;
}
</style>
background-color css
<style>
a { background-color: #3A7C71; }
a { background-color: rgb(58,124,113); }
div.DivClassName
{
background-color: #3A7C71;
}
.BgClassName
{
background-color: #3A7C71;
}
</style>
border-color css
<style>
span { border-color: #3A7C71; }
span { border-color: rgb(58,124,113); }
td.TdClassName
{
border-color: #3A7C71;
}
.TagClassName
{
border-color: #3A7C71;
}
</style>