Shades of Genoa #3B766C
Tints of Genoa #3B766C
RGB
CMYK
RGB Variations
Color information
#3B766C (or 0x3B766C) is known color: Genoa. HEX triplet: 3B, 76 and 6C. RGB value is (59,118,108). Sum of RGB (Red+Green+Blue) = 59+118+108=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766C is #C48993. Grayscale: #636363. Windows color (decimal): -12880276 or 7108155. OLE color: 7108155.
HSL color Cylindrical-coordinate representation of color #3B766C: hue angle of 169.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B766C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 108 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.54 |
| HSL | 169.83º | 0.33% | 0.35% | - |
| HSV(B) | 169.83º | 0.5% | 0.46% | - |
| XYZ | 10.99 | 14.97 | 16.5 | - |
| YUV | 99.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 108 | 0.50 | 0 | 0.08 | 0.54 | 169.83 | 0.33 | 0.35 |
| Hex | 3B | 76 | 6C | 32 | 0 | 8 | 36 | AA | 21 | 23 |
| Octal | 73 | 166 | 154 | 62 | 0 | 10 | 66 | 252 | 41 | 43 |
| Binary | 111011 | 1110110 | 1101100 | 110010 | 0 | 1000 | 110110 | 10101010 | 100001 | 100011 |
Color Harmonies of #3B766C
Complementary color
Monochromatic Colors of #3B766C
Black with #3B766C
Text Example
Text Example
White with #3B766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B766C; }
p { color: rgb(59,118,108); }
H1.HeaderClassName
{
color: #3B766C;
}
.AnyTagClassName
{
color: #3B766C;
}
</style>
background-color css
<style>
a { background-color: #3B766C; }
a { background-color: rgb(59,118,108); }
div.DivClassName
{
background-color: #3B766C;
}
.BgClassName
{
background-color: #3B766C;
}
</style>
border-color css
<style>
span { border-color: #3B766C; }
span { border-color: rgb(59,118,108); }
td.TdClassName
{
border-color: #3B766C;
}
.TagClassName
{
border-color: #3B766C;
}
</style>