Shades of Genoa #3B7063
Tints of Genoa #3B7063
RGB
CMYK
RGB Variations
Color information
#3B7063 (or 0x3B7063) is known color: Genoa. HEX triplet: 3B, 70 and 63. RGB value is (59,112,99). Sum of RGB (Red+Green+Blue) = 59+112+99=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7063 is #C48F9C. Grayscale: #5E5E5E. Windows color (decimal): -12881821 or 6516795. OLE color: 6516795.
HSL color Cylindrical-coordinate representation of color #3B7063: hue angle of 165.28º 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 #3B7063 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 99 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.56 |
| HSL | 165.28º | 0.31% | 0.34% | - |
| HSV(B) | 165.28º | 0.47% | 0.44% | - |
| XYZ | 9.85 | 13.42 | 13.88 | - |
| YUV | 94.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 99 | 0.47 | 0 | 0.12 | 0.56 | 165.28 | 0.31 | 0.34 |
| Hex | 3B | 70 | 63 | 2F | 0 | C | 38 | A5 | 1F | 22 |
| Octal | 73 | 160 | 143 | 57 | 0 | 14 | 70 | 245 | 37 | 42 |
| Binary | 111011 | 1110000 | 1100011 | 101111 | 0 | 1100 | 111000 | 10100101 | 11111 | 100010 |
Color Harmonies of #3B7063
Complementary color
Monochromatic Colors of #3B7063
Black with #3B7063
Text Example
Text Example
White with #3B7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7063; }
p { color: rgb(59,112,99); }
H1.HeaderClassName
{
color: #3B7063;
}
.AnyTagClassName
{
color: #3B7063;
}
</style>
background-color css
<style>
a { background-color: #3B7063; }
a { background-color: rgb(59,112,99); }
div.DivClassName
{
background-color: #3B7063;
}
.BgClassName
{
background-color: #3B7063;
}
</style>
border-color css
<style>
span { border-color: #3B7063; }
span { border-color: rgb(59,112,99); }
td.TdClassName
{
border-color: #3B7063;
}
.TagClassName
{
border-color: #3B7063;
}
</style>