Shades of Genoa #3B7871
Tints of Genoa #3B7871
RGB
CMYK
RGB Variations
Color information
#3B7871 (or 0x3B7871) is known color: Genoa. HEX triplet: 3B, 78 and 71. RGB value is (59,120,113). Sum of RGB (Red+Green+Blue) = 59+120+113=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7871 is #C4878E. Grayscale: #646464. Windows color (decimal): -12879759 or 7436347. OLE color: 7436347.
HSL color Cylindrical-coordinate representation of color #3B7871: hue angle of 173.11º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7871 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 120 | 113 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.53 |
| HSL | 173.11º | 0.34% | 0.35% | - |
| HSV(B) | 173.11º | 0.51% | 0.47% | - |
| XYZ | 11.5 | 15.56 | 18.02 | - |
| YUV | 100.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 113 | 0.51 | 0 | 0.06 | 0.53 | 173.11 | 0.34 | 0.35 |
| Hex | 3B | 78 | 71 | 33 | 0 | 6 | 35 | AD | 22 | 23 |
| Octal | 73 | 170 | 161 | 63 | 0 | 6 | 65 | 255 | 42 | 43 |
| Binary | 111011 | 1111000 | 1110001 | 110011 | 0 | 110 | 110101 | 10101101 | 100010 | 100011 |
Color Harmonies of #3B7871
Complementary color
Monochromatic Colors of #3B7871
Black with #3B7871
Text Example
Text Example
White with #3B7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7871; }
p { color: rgb(59,120,113); }
H1.HeaderClassName
{
color: #3B7871;
}
.AnyTagClassName
{
color: #3B7871;
}
</style>
background-color css
<style>
a { background-color: #3B7871; }
a { background-color: rgb(59,120,113); }
div.DivClassName
{
background-color: #3B7871;
}
.BgClassName
{
background-color: #3B7871;
}
</style>
border-color css
<style>
span { border-color: #3B7871; }
span { border-color: rgb(59,120,113); }
td.TdClassName
{
border-color: #3B7871;
}
.TagClassName
{
border-color: #3B7871;
}
</style>