Shades of Genoa #3A756C
Tints of Genoa #3A756C
RGB
CMYK
RGB Variations
Color information
#3A756C (or 0x3A756C) is known color: Genoa. HEX triplet: 3A, 75 and 6C. RGB value is (58,117,108). Sum of RGB (Red+Green+Blue) = 58+117+108=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756C is #C58A93. Grayscale: #626262. Windows color (decimal): -12946068 or 7107898. OLE color: 7107898.
HSL color Cylindrical-coordinate representation of color #3A756C: hue angle of 170.85º 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 #3A756C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 108 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.54 |
| HSL | 170.85º | 0.34% | 0.34% | - |
| HSV(B) | 170.85º | 0.5% | 0.46% | - |
| XYZ | 10.81 | 14.7 | 16.46 | - |
| YUV | 98.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 108 | 0.50 | 0 | 0.08 | 0.54 | 170.85 | 0.34 | 0.34 |
| Hex | 3A | 75 | 6C | 32 | 0 | 8 | 36 | AB | 22 | 22 |
| Octal | 72 | 165 | 154 | 62 | 0 | 10 | 66 | 253 | 42 | 42 |
| Binary | 111010 | 1110101 | 1101100 | 110010 | 0 | 1000 | 110110 | 10101011 | 100010 | 100010 |
Color Harmonies of #3A756C
Complementary color
Monochromatic Colors of #3A756C
Black with #3A756C
Text Example
Text Example
White with #3A756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A756C; }
p { color: rgb(58,117,108); }
H1.HeaderClassName
{
color: #3A756C;
}
.AnyTagClassName
{
color: #3A756C;
}
</style>
background-color css
<style>
a { background-color: #3A756C; }
a { background-color: rgb(58,117,108); }
div.DivClassName
{
background-color: #3A756C;
}
.BgClassName
{
background-color: #3A756C;
}
</style>
border-color css
<style>
span { border-color: #3A756C; }
span { border-color: rgb(58,117,108); }
td.TdClassName
{
border-color: #3A756C;
}
.TagClassName
{
border-color: #3A756C;
}
</style>