Shades of Genoa #3A766A
Tints of Genoa #3A766A
RGB
CMYK
RGB Variations
Color information
#3A766A (or 0x3A766A) is known color: Genoa. HEX triplet: 3A, 76 and 6A. RGB value is (58,118,106). Sum of RGB (Red+Green+Blue) = 58+118+106=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766A is #C58995. Grayscale: #626262. Windows color (decimal): -12945814 or 6977082. OLE color: 6977082.
HSL color Cylindrical-coordinate representation of color #3A766A: hue angle of 168º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A766A is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 106 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.54 |
| HSL | 168º | 0.34% | 0.35% | - |
| HSV(B) | 168º | 0.51% | 0.46% | - |
| XYZ | 10.82 | 14.9 | 15.94 | - |
| YUV | 98.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 106 | 0.51 | 0 | 0.10 | 0.54 | 168 | 0.34 | 0.35 |
| Hex | 3A | 76 | 6A | 33 | 0 | A | 36 | A8 | 22 | 23 |
| Octal | 72 | 166 | 152 | 63 | 0 | 12 | 66 | 250 | 42 | 43 |
| Binary | 111010 | 1110110 | 1101010 | 110011 | 0 | 1010 | 110110 | 10101000 | 100010 | 100011 |
Color Harmonies of #3A766A
Complementary color
Monochromatic Colors of #3A766A
Black with #3A766A
Text Example
Text Example
White with #3A766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A766A; }
p { color: rgb(58,118,106); }
H1.HeaderClassName
{
color: #3A766A;
}
.AnyTagClassName
{
color: #3A766A;
}
</style>
background-color css
<style>
a { background-color: #3A766A; }
a { background-color: rgb(58,118,106); }
div.DivClassName
{
background-color: #3A766A;
}
.BgClassName
{
background-color: #3A766A;
}
</style>
border-color css
<style>
span { border-color: #3A766A; }
span { border-color: rgb(58,118,106); }
td.TdClassName
{
border-color: #3A766A;
}
.TagClassName
{
border-color: #3A766A;
}
</style>