Shades of Genoa #3B766D
Tints of Genoa #3B766D
RGB
CMYK
RGB Variations
Color information
#3B766D (or 0x3B766D) is known color: Genoa. HEX triplet: 3B, 76 and 6D. RGB value is (59,118,109). Sum of RGB (Red+Green+Blue) = 59+118+109=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766D is #C48992. Grayscale: #636363. Windows color (decimal): -12880275 or 7173691. OLE color: 7173691.
HSL color Cylindrical-coordinate representation of color #3B766D: hue angle of 170.85º 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 #3B766D is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 109 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.54 |
| HSL | 170.85º | 0.33% | 0.35% | - |
| HSV(B) | 170.85º | 0.5% | 0.46% | - |
| XYZ | 11.04 | 14.99 | 16.78 | - |
| YUV | 99.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 109 | 0.50 | 0 | 0.08 | 0.54 | 170.85 | 0.33 | 0.35 |
| Hex | 3B | 76 | 6D | 32 | 0 | 8 | 36 | AB | 21 | 23 |
| Octal | 73 | 166 | 155 | 62 | 0 | 10 | 66 | 253 | 41 | 43 |
| Binary | 111011 | 1110110 | 1101101 | 110010 | 0 | 1000 | 110110 | 10101011 | 100001 | 100011 |
Color Harmonies of #3B766D
Complementary color
Monochromatic Colors of #3B766D
Black with #3B766D
Text Example
Text Example
White with #3B766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B766D; }
p { color: rgb(59,118,109); }
H1.HeaderClassName
{
color: #3B766D;
}
.AnyTagClassName
{
color: #3B766D;
}
</style>
background-color css
<style>
a { background-color: #3B766D; }
a { background-color: rgb(59,118,109); }
div.DivClassName
{
background-color: #3B766D;
}
.BgClassName
{
background-color: #3B766D;
}
</style>
border-color css
<style>
span { border-color: #3B766D; }
span { border-color: rgb(59,118,109); }
td.TdClassName
{
border-color: #3B766D;
}
.TagClassName
{
border-color: #3B766D;
}
</style>