Shades of Genoa #3A7871
Tints of Genoa #3A7871
RGB
CMYK
RGB Variations
Color information
#3A7871 (or 0x3A7871) is known color: Genoa. HEX triplet: 3A, 78 and 71. RGB value is (58,120,113). Sum of RGB (Red+Green+Blue) = 58+120+113=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7871 is #C5878E. Grayscale: #646464. Windows color (decimal): -12945295 or 7436346. OLE color: 7436346.
HSL color Cylindrical-coordinate representation of color #3A7871: hue angle of 173.23º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7871 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 113 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.53 |
| HSL | 173.23º | 0.35% | 0.35% | - |
| HSV(B) | 173.23º | 0.52% | 0.47% | - |
| XYZ | 11.44 | 15.52 | 18.02 | - |
| YUV | 100.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 113 | 0.52 | 0 | 0.06 | 0.53 | 173.23 | 0.35 | 0.35 |
| Hex | 3A | 78 | 71 | 34 | 0 | 6 | 35 | AD | 23 | 23 |
| Octal | 72 | 170 | 161 | 64 | 0 | 6 | 65 | 255 | 43 | 43 |
| Binary | 111010 | 1111000 | 1110001 | 110100 | 0 | 110 | 110101 | 10101101 | 100011 | 100011 |
Color Harmonies of #3A7871
Complementary color
Monochromatic Colors of #3A7871
Black with #3A7871
Text Example
Text Example
White with #3A7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7871; }
p { color: rgb(58,120,113); }
H1.HeaderClassName
{
color: #3A7871;
}
.AnyTagClassName
{
color: #3A7871;
}
</style>
background-color css
<style>
a { background-color: #3A7871; }
a { background-color: rgb(58,120,113); }
div.DivClassName
{
background-color: #3A7871;
}
.BgClassName
{
background-color: #3A7871;
}
</style>
border-color css
<style>
span { border-color: #3A7871; }
span { border-color: rgb(58,120,113); }
td.TdClassName
{
border-color: #3A7871;
}
.TagClassName
{
border-color: #3A7871;
}
</style>