Shades of Genoa #3B7668
Tints of Genoa #3B7668
RGB
CMYK
RGB Variations
Color information
#3B7668 (or 0x3B7668) is known color: Genoa. HEX triplet: 3B, 76 and 68. RGB value is (59,118,104). Sum of RGB (Red+Green+Blue) = 59+118+104=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7668 is #C48997. Grayscale: #626262. Windows color (decimal): -12880280 or 6846011. OLE color: 6846011.
HSL color Cylindrical-coordinate representation of color #3B7668: hue angle of 165.76º 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 #3B7668 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 104 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.54 |
| HSL | 165.76º | 0.33% | 0.35% | - |
| HSV(B) | 165.76º | 0.5% | 0.46% | - |
| XYZ | 10.78 | 14.89 | 15.4 | - |
| YUV | 98.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 104 | 0.50 | 0 | 0.12 | 0.54 | 165.76 | 0.33 | 0.35 |
| Hex | 3B | 76 | 68 | 32 | 0 | C | 36 | A6 | 21 | 23 |
| Octal | 73 | 166 | 150 | 62 | 0 | 14 | 66 | 246 | 41 | 43 |
| Binary | 111011 | 1110110 | 1101000 | 110010 | 0 | 1100 | 110110 | 10100110 | 100001 | 100011 |
Color Harmonies of #3B7668
Complementary color
Monochromatic Colors of #3B7668
Black with #3B7668
Text Example
Text Example
White with #3B7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7668; }
p { color: rgb(59,118,104); }
H1.HeaderClassName
{
color: #3B7668;
}
.AnyTagClassName
{
color: #3B7668;
}
</style>
background-color css
<style>
a { background-color: #3B7668; }
a { background-color: rgb(59,118,104); }
div.DivClassName
{
background-color: #3B7668;
}
.BgClassName
{
background-color: #3B7668;
}
</style>
border-color css
<style>
span { border-color: #3B7668; }
span { border-color: rgb(59,118,104); }
td.TdClassName
{
border-color: #3B7668;
}
.TagClassName
{
border-color: #3B7668;
}
</style>