Shades of Genoa #3A746D
Tints of Genoa #3A746D
RGB
CMYK
RGB Variations
Color information
#3A746D (or 0x3A746D) is known color: Genoa. HEX triplet: 3A, 74 and 6D. RGB value is (58,116,109). Sum of RGB (Red+Green+Blue) = 58+116+109=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #3A746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A746D is #C58B92. Grayscale: #616161. Windows color (decimal): -12946323 or 7173178. OLE color: 7173178.
HSL color Cylindrical-coordinate representation of color #3A746D: hue angle of 172.76º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A746D is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 109 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.55 |
| HSL | 172.76º | 0.33% | 0.34% | - |
| HSV(B) | 172.76º | 0.5% | 0.45% | - |
| XYZ | 10.75 | 14.49 | 16.7 | - |
| YUV | 97.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 109 | 0.5 | 0 | 0.06 | 0.55 | 172.76 | 0.33 | 0.34 |
| Hex | 3A | 74 | 6D | 32 | 0 | 6 | 37 | AD | 21 | 22 |
| Octal | 72 | 164 | 155 | 62 | 0 | 6 | 67 | 255 | 41 | 42 |
| Binary | 111010 | 1110100 | 1101101 | 110010 | 0 | 110 | 110111 | 10101101 | 100001 | 100010 |
Color Harmonies of #3A746D
Complementary color
Monochromatic Colors of #3A746D
Black with #3A746D
Text Example
Text Example
White with #3A746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A746D; }
p { color: rgb(58,116,109); }
H1.HeaderClassName
{
color: #3A746D;
}
.AnyTagClassName
{
color: #3A746D;
}
</style>
background-color css
<style>
a { background-color: #3A746D; }
a { background-color: rgb(58,116,109); }
div.DivClassName
{
background-color: #3A746D;
}
.BgClassName
{
background-color: #3A746D;
}
</style>
border-color css
<style>
span { border-color: #3A746D; }
span { border-color: rgb(58,116,109); }
td.TdClassName
{
border-color: #3A746D;
}
.TagClassName
{
border-color: #3A746D;
}
</style>