Shades of Genoa #3A7163
Tints of Genoa #3A7163
RGB
CMYK
RGB Variations
Color information
#3A7163 (or 0x3A7163) is known color: Genoa. HEX triplet: 3A, 71 and 63. RGB value is (58,113,99). Sum of RGB (Red+Green+Blue) = 58+113+99=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7163 is #C58E9C. Grayscale: #5E5E5E. Windows color (decimal): -12947101 or 6517050. OLE color: 6517050.
HSL color Cylindrical-coordinate representation of color #3A7163: hue angle of 164.73º 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 #3A7163 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 99 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.56 |
| HSL | 164.73º | 0.32% | 0.34% | - |
| HSV(B) | 164.73º | 0.49% | 0.44% | - |
| XYZ | 9.9 | 13.61 | 13.91 | - |
| YUV | 94.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 99 | 0.49 | 0 | 0.12 | 0.56 | 164.73 | 0.32 | 0.34 |
| Hex | 3A | 71 | 63 | 31 | 0 | C | 38 | A5 | 20 | 22 |
| Octal | 72 | 161 | 143 | 61 | 0 | 14 | 70 | 245 | 40 | 42 |
| Binary | 111010 | 1110001 | 1100011 | 110001 | 0 | 1100 | 111000 | 10100101 | 100000 | 100010 |
Color Harmonies of #3A7163
Complementary color
Monochromatic Colors of #3A7163
Black with #3A7163
Text Example
Text Example
White with #3A7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7163; }
p { color: rgb(58,113,99); }
H1.HeaderClassName
{
color: #3A7163;
}
.AnyTagClassName
{
color: #3A7163;
}
</style>
background-color css
<style>
a { background-color: #3A7163; }
a { background-color: rgb(58,113,99); }
div.DivClassName
{
background-color: #3A7163;
}
.BgClassName
{
background-color: #3A7163;
}
</style>
border-color css
<style>
span { border-color: #3A7163; }
span { border-color: rgb(58,113,99); }
td.TdClassName
{
border-color: #3A7163;
}
.TagClassName
{
border-color: #3A7163;
}
</style>