Shades of Genoa #3A7A6F
Tints of Genoa #3A7A6F
RGB
CMYK
RGB Variations
Color information
#3A7A6F (or 0x3A7A6F) is known color: Genoa. HEX triplet: 3A, 7A and 6F. RGB value is (58,122,111). Sum of RGB (Red+Green+Blue) = 58+122+111=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A6F is #C58590. Grayscale: #656565. Windows color (decimal): -12944785 or 7305786. OLE color: 7305786.
HSL color Cylindrical-coordinate representation of color #3A7A6F: hue angle of 169.69º 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 #3A7A6F is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 111 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.52 |
| HSL | 169.69º | 0.36% | 0.35% | - |
| HSV(B) | 169.69º | 0.52% | 0.48% | - |
| XYZ | 11.57 | 15.97 | 17.51 | - |
| YUV | 101.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 111 | 0.52 | 0 | 0.09 | 0.52 | 169.69 | 0.36 | 0.35 |
| Hex | 3A | 7A | 6F | 34 | 0 | 9 | 34 | AA | 24 | 23 |
| Octal | 72 | 172 | 157 | 64 | 0 | 11 | 64 | 252 | 44 | 43 |
| Binary | 111010 | 1111010 | 1101111 | 110100 | 0 | 1001 | 110100 | 10101010 | 100100 | 100011 |
Color Harmonies of #3A7A6F
Complementary color
Monochromatic Colors of #3A7A6F
Black with #3A7A6F
Text Example
Text Example
White with #3A7A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A6F; }
p { color: rgb(58,122,111); }
H1.HeaderClassName
{
color: #3A7A6F;
}
.AnyTagClassName
{
color: #3A7A6F;
}
</style>
background-color css
<style>
a { background-color: #3A7A6F; }
a { background-color: rgb(58,122,111); }
div.DivClassName
{
background-color: #3A7A6F;
}
.BgClassName
{
background-color: #3A7A6F;
}
</style>
border-color css
<style>
span { border-color: #3A7A6F; }
span { border-color: rgb(58,122,111); }
td.TdClassName
{
border-color: #3A7A6F;
}
.TagClassName
{
border-color: #3A7A6F;
}
</style>