Shades of Genoa #3B7768
Tints of Genoa #3B7768
RGB
CMYK
RGB Variations
Color information
#3B7768 (or 0x3B7768) is known color: Genoa. HEX triplet: 3B, 77 and 68. RGB value is (59,119,104). Sum of RGB (Red+Green+Blue) = 59+119+104=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7768 is #C48897. Grayscale: #636363. Windows color (decimal): -12880024 or 6846267. OLE color: 6846267.
HSL color Cylindrical-coordinate representation of color #3B7768: hue angle of 165º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7768 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 119 | 104 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.53 |
| HSL | 165º | 0.34% | 0.35% | - |
| HSV(B) | 165º | 0.5% | 0.47% | - |
| XYZ | 10.9 | 15.12 | 15.44 | - |
| YUV | 99.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 104 | 0.50 | 0 | 0.13 | 0.53 | 165 | 0.34 | 0.35 |
| Hex | 3B | 77 | 68 | 32 | 0 | D | 35 | A5 | 22 | 23 |
| Octal | 73 | 167 | 150 | 62 | 0 | 15 | 65 | 245 | 42 | 43 |
| Binary | 111011 | 1110111 | 1101000 | 110010 | 0 | 1101 | 110101 | 10100101 | 100010 | 100011 |
Color Harmonies of #3B7768
Complementary color
Monochromatic Colors of #3B7768
Black with #3B7768
Text Example
Text Example
White with #3B7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7768; }
p { color: rgb(59,119,104); }
H1.HeaderClassName
{
color: #3B7768;
}
.AnyTagClassName
{
color: #3B7768;
}
</style>
background-color css
<style>
a { background-color: #3B7768; }
a { background-color: rgb(59,119,104); }
div.DivClassName
{
background-color: #3B7768;
}
.BgClassName
{
background-color: #3B7768;
}
</style>
border-color css
<style>
span { border-color: #3B7768; }
span { border-color: rgb(59,119,104); }
td.TdClassName
{
border-color: #3B7768;
}
.TagClassName
{
border-color: #3B7768;
}
</style>