Shades of Genoa #3A7A6D
Tints of Genoa #3A7A6D
RGB
CMYK
RGB Variations
Color information
#3A7A6D (or 0x3A7A6D) is known color: Genoa. HEX triplet: 3A, 7A and 6D. RGB value is (58,122,109). Sum of RGB (Red+Green+Blue) = 58+122+109=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A6D is #C58592. Grayscale: #656565. Windows color (decimal): -12944787 or 7174714. OLE color: 7174714.
HSL color Cylindrical-coordinate representation of color #3A7A6D: hue angle of 167.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A6D is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 109 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.52 |
| HSL | 167.81º | 0.36% | 0.35% | - |
| HSV(B) | 167.81º | 0.52% | 0.48% | - |
| XYZ | 11.46 | 15.92 | 16.94 | - |
| YUV | 101.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 109 | 0.52 | 0 | 0.11 | 0.52 | 167.81 | 0.36 | 0.35 |
| Hex | 3A | 7A | 6D | 34 | 0 | B | 34 | A8 | 24 | 23 |
| Octal | 72 | 172 | 155 | 64 | 0 | 13 | 64 | 250 | 44 | 43 |
| Binary | 111010 | 1111010 | 1101101 | 110100 | 0 | 1011 | 110100 | 10101000 | 100100 | 100011 |
Color Harmonies of #3A7A6D
Complementary color
Monochromatic Colors of #3A7A6D
Black with #3A7A6D
Text Example
Text Example
White with #3A7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A6D; }
p { color: rgb(58,122,109); }
H1.HeaderClassName
{
color: #3A7A6D;
}
.AnyTagClassName
{
color: #3A7A6D;
}
</style>
background-color css
<style>
a { background-color: #3A7A6D; }
a { background-color: rgb(58,122,109); }
div.DivClassName
{
background-color: #3A7A6D;
}
.BgClassName
{
background-color: #3A7A6D;
}
</style>
border-color css
<style>
span { border-color: #3A7A6D; }
span { border-color: rgb(58,122,109); }
td.TdClassName
{
border-color: #3A7A6D;
}
.TagClassName
{
border-color: #3A7A6D;
}
</style>