Shades of Genoa #3B7065
Tints of Genoa #3B7065
RGB
CMYK
RGB Variations
Color information
#3B7065 (or 0x3B7065) is known color: Genoa. HEX triplet: 3B, 70 and 65. RGB value is (59,112,101). Sum of RGB (Red+Green+Blue) = 59+112+101=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7065 is #C48F9A. Grayscale: #5E5E5E. Windows color (decimal): -12881819 or 6647867. OLE color: 6647867.
HSL color Cylindrical-coordinate representation of color #3B7065: hue angle of 167.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7065 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 101 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.56 |
| HSL | 167.55º | 0.31% | 0.34% | - |
| HSV(B) | 167.55º | 0.47% | 0.44% | - |
| XYZ | 9.95 | 13.46 | 14.39 | - |
| YUV | 94.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 101 | 0.47 | 0 | 0.10 | 0.56 | 167.55 | 0.31 | 0.34 |
| Hex | 3B | 70 | 65 | 2F | 0 | A | 38 | A8 | 1F | 22 |
| Octal | 73 | 160 | 145 | 57 | 0 | 12 | 70 | 250 | 37 | 42 |
| Binary | 111011 | 1110000 | 1100101 | 101111 | 0 | 1010 | 111000 | 10101000 | 11111 | 100010 |
Color Harmonies of #3B7065
Complementary color
Monochromatic Colors of #3B7065
Black with #3B7065
Text Example
Text Example
White with #3B7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7065; }
p { color: rgb(59,112,101); }
H1.HeaderClassName
{
color: #3B7065;
}
.AnyTagClassName
{
color: #3B7065;
}
</style>
background-color css
<style>
a { background-color: #3B7065; }
a { background-color: rgb(59,112,101); }
div.DivClassName
{
background-color: #3B7065;
}
.BgClassName
{
background-color: #3B7065;
}
</style>
border-color css
<style>
span { border-color: #3B7065; }
span { border-color: rgb(59,112,101); }
td.TdClassName
{
border-color: #3B7065;
}
.TagClassName
{
border-color: #3B7065;
}
</style>