Shades of Genoa #3A7C6D
Tints of Genoa #3A7C6D
RGB
CMYK
RGB Variations
Color information
#3A7C6D (or 0x3A7C6D) is known color: Genoa. HEX triplet: 3A, 7C and 6D. RGB value is (58,124,109). Sum of RGB (Red+Green+Blue) = 58+124+109=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C6D is #C58392. Grayscale: #666666. Windows color (decimal): -12944275 or 7175226. OLE color: 7175226.
HSL color Cylindrical-coordinate representation of color #3A7C6D: hue angle of 166.36º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C6D is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 109 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.51 |
| HSL | 166.36º | 0.36% | 0.36% | - |
| HSV(B) | 166.36º | 0.53% | 0.49% | - |
| XYZ | 11.71 | 16.42 | 17.02 | - |
| YUV | 102.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 109 | 0.53 | 0 | 0.12 | 0.51 | 166.36 | 0.36 | 0.36 |
| Hex | 3A | 7C | 6D | 35 | 0 | C | 33 | A6 | 24 | 24 |
| Octal | 72 | 174 | 155 | 65 | 0 | 14 | 63 | 246 | 44 | 44 |
| Binary | 111010 | 1111100 | 1101101 | 110101 | 0 | 1100 | 110011 | 10100110 | 100100 | 100100 |
Color Harmonies of #3A7C6D
Complementary color
Monochromatic Colors of #3A7C6D
Black with #3A7C6D
Text Example
Text Example
White with #3A7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C6D; }
p { color: rgb(58,124,109); }
H1.HeaderClassName
{
color: #3A7C6D;
}
.AnyTagClassName
{
color: #3A7C6D;
}
</style>
background-color css
<style>
a { background-color: #3A7C6D; }
a { background-color: rgb(58,124,109); }
div.DivClassName
{
background-color: #3A7C6D;
}
.BgClassName
{
background-color: #3A7C6D;
}
</style>
border-color css
<style>
span { border-color: #3A7C6D; }
span { border-color: rgb(58,124,109); }
td.TdClassName
{
border-color: #3A7C6D;
}
.TagClassName
{
border-color: #3A7C6D;
}
</style>