Shades of Genoa #3B7669
Tints of Genoa #3B7669
RGB
CMYK
RGB Variations
Color information
#3B7669 (or 0x3B7669) is known color: Genoa. HEX triplet: 3B, 76 and 69. RGB value is (59,118,105). Sum of RGB (Red+Green+Blue) = 59+118+105=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7669 is #C48996. Grayscale: #626262. Windows color (decimal): -12880279 or 6911547. OLE color: 6911547.
HSL color Cylindrical-coordinate representation of color #3B7669: hue angle of 166.78º 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 #3B7669 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 105 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.54 |
| HSL | 166.78º | 0.33% | 0.35% | - |
| HSV(B) | 166.78º | 0.5% | 0.46% | - |
| XYZ | 10.83 | 14.91 | 15.67 | - |
| YUV | 98.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 105 | 0.50 | 0 | 0.11 | 0.54 | 166.78 | 0.33 | 0.35 |
| Hex | 3B | 76 | 69 | 32 | 0 | B | 36 | A7 | 21 | 23 |
| Octal | 73 | 166 | 151 | 62 | 0 | 13 | 66 | 247 | 41 | 43 |
| Binary | 111011 | 1110110 | 1101001 | 110010 | 0 | 1011 | 110110 | 10100111 | 100001 | 100011 |
Color Harmonies of #3B7669
Complementary color
Monochromatic Colors of #3B7669
Black with #3B7669
Text Example
Text Example
White with #3B7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7669; }
p { color: rgb(59,118,105); }
H1.HeaderClassName
{
color: #3B7669;
}
.AnyTagClassName
{
color: #3B7669;
}
</style>
background-color css
<style>
a { background-color: #3B7669; }
a { background-color: rgb(59,118,105); }
div.DivClassName
{
background-color: #3B7669;
}
.BgClassName
{
background-color: #3B7669;
}
</style>
border-color css
<style>
span { border-color: #3B7669; }
span { border-color: rgb(59,118,105); }
td.TdClassName
{
border-color: #3B7669;
}
.TagClassName
{
border-color: #3B7669;
}
</style>