Shades of Genoa #3A756F
Tints of Genoa #3A756F
RGB
CMYK
RGB Variations
Color information
#3A756F (or 0x3A756F) is known color: Genoa. HEX triplet: 3A, 75 and 6F. RGB value is (58,117,111). Sum of RGB (Red+Green+Blue) = 58+117+111=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756F is #C58A90. Grayscale: #626262. Windows color (decimal): -12946065 or 7304506. OLE color: 7304506.
HSL color Cylindrical-coordinate representation of color #3A756F: hue angle of 173.9º 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 #3A756F is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 111 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.54 |
| HSL | 173.9º | 0.34% | 0.34% | - |
| HSV(B) | 173.9º | 0.5% | 0.46% | - |
| XYZ | 10.98 | 14.77 | 17.31 | - |
| YUV | 98.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 111 | 0.50 | 0 | 0.05 | 0.54 | 173.9 | 0.34 | 0.34 |
| Hex | 3A | 75 | 6F | 32 | 0 | 5 | 36 | AE | 22 | 22 |
| Octal | 72 | 165 | 157 | 62 | 0 | 5 | 66 | 256 | 42 | 42 |
| Binary | 111010 | 1110101 | 1101111 | 110010 | 0 | 101 | 110110 | 10101110 | 100010 | 100010 |
Color Harmonies of #3A756F
Complementary color
Monochromatic Colors of #3A756F
Black with #3A756F
Text Example
Text Example
White with #3A756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A756F; }
p { color: rgb(58,117,111); }
H1.HeaderClassName
{
color: #3A756F;
}
.AnyTagClassName
{
color: #3A756F;
}
</style>
background-color css
<style>
a { background-color: #3A756F; }
a { background-color: rgb(58,117,111); }
div.DivClassName
{
background-color: #3A756F;
}
.BgClassName
{
background-color: #3A756F;
}
</style>
border-color css
<style>
span { border-color: #3A756F; }
span { border-color: rgb(58,117,111); }
td.TdClassName
{
border-color: #3A756F;
}
.TagClassName
{
border-color: #3A756F;
}
</style>