Shades of Genoa #3A7365
Tints of Genoa #3A7365
RGB
CMYK
RGB Variations
Color information
#3A7365 (or 0x3A7365) is known color: Genoa. HEX triplet: 3A, 73 and 65. RGB value is (58,115,101). Sum of RGB (Red+Green+Blue) = 58+115+101=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7365 is #C58C9A. Grayscale: #606060. Windows color (decimal): -12946587 or 6648634. OLE color: 6648634.
HSL color Cylindrical-coordinate representation of color #3A7365: hue angle of 165.26º 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 #3A7365 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 101 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.55 |
| HSL | 165.26º | 0.33% | 0.34% | - |
| HSV(B) | 165.26º | 0.5% | 0.45% | - |
| XYZ | 10.22 | 14.1 | 14.49 | - |
| YUV | 96.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 101 | 0.50 | 0 | 0.12 | 0.55 | 165.26 | 0.33 | 0.34 |
| Hex | 3A | 73 | 65 | 32 | 0 | C | 37 | A5 | 21 | 22 |
| Octal | 72 | 163 | 145 | 62 | 0 | 14 | 67 | 245 | 41 | 42 |
| Binary | 111010 | 1110011 | 1100101 | 110010 | 0 | 1100 | 110111 | 10100101 | 100001 | 100010 |
Color Harmonies of #3A7365
Complementary color
Monochromatic Colors of #3A7365
Black with #3A7365
Text Example
Text Example
White with #3A7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7365; }
p { color: rgb(58,115,101); }
H1.HeaderClassName
{
color: #3A7365;
}
.AnyTagClassName
{
color: #3A7365;
}
</style>
background-color css
<style>
a { background-color: #3A7365; }
a { background-color: rgb(58,115,101); }
div.DivClassName
{
background-color: #3A7365;
}
.BgClassName
{
background-color: #3A7365;
}
</style>
border-color css
<style>
span { border-color: #3A7365; }
span { border-color: rgb(58,115,101); }
td.TdClassName
{
border-color: #3A7365;
}
.TagClassName
{
border-color: #3A7365;
}
</style>