Shades of Genoa #3B766B
Tints of Genoa #3B766B
RGB
CMYK
RGB Variations
Color information
#3B766B (or 0x3B766B) is known color: Genoa. HEX triplet: 3B, 76 and 6B. RGB value is (59,118,107). Sum of RGB (Red+Green+Blue) = 59+118+107=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766B is #C48994. Grayscale: #636363. Windows color (decimal): -12880277 or 7042619. OLE color: 7042619.
HSL color Cylindrical-coordinate representation of color #3B766B: hue angle of 168.81º 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 #3B766B is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 107 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.54 |
| HSL | 168.81º | 0.33% | 0.35% | - |
| HSV(B) | 168.81º | 0.5% | 0.46% | - |
| XYZ | 10.94 | 14.95 | 16.22 | - |
| YUV | 99.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 107 | 0.50 | 0 | 0.09 | 0.54 | 168.81 | 0.33 | 0.35 |
| Hex | 3B | 76 | 6B | 32 | 0 | 9 | 36 | A9 | 21 | 23 |
| Octal | 73 | 166 | 153 | 62 | 0 | 11 | 66 | 251 | 41 | 43 |
| Binary | 111011 | 1110110 | 1101011 | 110010 | 0 | 1001 | 110110 | 10101001 | 100001 | 100011 |
Color Harmonies of #3B766B
Complementary color
Monochromatic Colors of #3B766B
Black with #3B766B
Text Example
Text Example
White with #3B766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B766B; }
p { color: rgb(59,118,107); }
H1.HeaderClassName
{
color: #3B766B;
}
.AnyTagClassName
{
color: #3B766B;
}
</style>
background-color css
<style>
a { background-color: #3B766B; }
a { background-color: rgb(59,118,107); }
div.DivClassName
{
background-color: #3B766B;
}
.BgClassName
{
background-color: #3B766B;
}
</style>
border-color css
<style>
span { border-color: #3B766B; }
span { border-color: rgb(59,118,107); }
td.TdClassName
{
border-color: #3B766B;
}
.TagClassName
{
border-color: #3B766B;
}
</style>