Shades of Genoa #3A716D
Tints of Genoa #3A716D
RGB
CMYK
RGB Variations
Color information
#3A716D (or 0x3A716D) is known color: Genoa. HEX triplet: 3A, 71 and 6D. RGB value is (58,113,109). Sum of RGB (Red+Green+Blue) = 58+113+109=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3A716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A716D is #C58E92. Grayscale: #606060. Windows color (decimal): -12947091 or 7172410. OLE color: 7172410.
HSL color Cylindrical-coordinate representation of color #3A716D: hue angle of 175.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A716D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 109 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.56 |
| HSL | 175.64º | 0.32% | 0.34% | - |
| HSV(B) | 175.64º | 0.49% | 0.44% | - |
| XYZ | 10.41 | 13.81 | 16.59 | - |
| YUV | 96.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 109 | 0.49 | 0 | 0.04 | 0.56 | 175.64 | 0.32 | 0.34 |
| Hex | 3A | 71 | 6D | 31 | 0 | 4 | 38 | B0 | 20 | 22 |
| Octal | 72 | 161 | 155 | 61 | 0 | 4 | 70 | 260 | 40 | 42 |
| Binary | 111010 | 1110001 | 1101101 | 110001 | 0 | 100 | 111000 | 10110000 | 100000 | 100010 |
Color Harmonies of #3A716D
Complementary color
Monochromatic Colors of #3A716D
Black with #3A716D
Text Example
Text Example
White with #3A716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A716D; }
p { color: rgb(58,113,109); }
H1.HeaderClassName
{
color: #3A716D;
}
.AnyTagClassName
{
color: #3A716D;
}
</style>
background-color css
<style>
a { background-color: #3A716D; }
a { background-color: rgb(58,113,109); }
div.DivClassName
{
background-color: #3A716D;
}
.BgClassName
{
background-color: #3A716D;
}
</style>
border-color css
<style>
span { border-color: #3A716D; }
span { border-color: rgb(58,113,109); }
td.TdClassName
{
border-color: #3A716D;
}
.TagClassName
{
border-color: #3A716D;
}
</style>