Shades of Genoa #3A7565
Tints of Genoa #3A7565
RGB
CMYK
RGB Variations
Color information
#3A7565 (or 0x3A7565) is known color: Genoa. HEX triplet: 3A, 75 and 65. RGB value is (58,117,101). Sum of RGB (Red+Green+Blue) = 58+117+101=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7565 is #C58A9A. Grayscale: #616161. Windows color (decimal): -12946075 or 6649146. OLE color: 6649146.
HSL color Cylindrical-coordinate representation of color #3A7565: hue angle of 163.73º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7565 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 101 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.54 |
| HSL | 163.73º | 0.34% | 0.34% | - |
| HSV(B) | 163.73º | 0.5% | 0.46% | - |
| XYZ | 10.46 | 14.56 | 14.57 | - |
| YUV | 97.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 101 | 0.50 | 0 | 0.14 | 0.54 | 163.73 | 0.34 | 0.34 |
| Hex | 3A | 75 | 65 | 32 | 0 | E | 36 | A4 | 22 | 22 |
| Octal | 72 | 165 | 145 | 62 | 0 | 16 | 66 | 244 | 42 | 42 |
| Binary | 111010 | 1110101 | 1100101 | 110010 | 0 | 1110 | 110110 | 10100100 | 100010 | 100010 |
Color Harmonies of #3A7565
Complementary color
Monochromatic Colors of #3A7565
Black with #3A7565
Text Example
Text Example
White with #3A7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7565; }
p { color: rgb(58,117,101); }
H1.HeaderClassName
{
color: #3A7565;
}
.AnyTagClassName
{
color: #3A7565;
}
</style>
background-color css
<style>
a { background-color: #3A7565; }
a { background-color: rgb(58,117,101); }
div.DivClassName
{
background-color: #3A7565;
}
.BgClassName
{
background-color: #3A7565;
}
</style>
border-color css
<style>
span { border-color: #3A7565; }
span { border-color: rgb(58,117,101); }
td.TdClassName
{
border-color: #3A7565;
}
.TagClassName
{
border-color: #3A7565;
}
</style>