Shades of Genoa #3B7B71
Tints of Genoa #3B7B71
RGB
CMYK
RGB Variations
Color information
#3B7B71 (or 0x3B7B71) is known color: Genoa. HEX triplet: 3B, 7B and 71. RGB value is (59,123,113). Sum of RGB (Red+Green+Blue) = 59+123+113=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B71 is #C4848E. Grayscale: #666666. Windows color (decimal): -12878991 or 7437115. OLE color: 7437115.
HSL color Cylindrical-coordinate representation of color #3B7B71: hue angle of 170.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7B71 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 113 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.52 |
| HSL | 170.63º | 0.35% | 0.36% | - |
| HSV(B) | 170.63º | 0.52% | 0.48% | - |
| XYZ | 11.87 | 16.29 | 18.14 | - |
| YUV | 102.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 113 | 0.52 | 0 | 0.08 | 0.52 | 170.63 | 0.35 | 0.36 |
| Hex | 3B | 7B | 71 | 34 | 0 | 8 | 34 | AB | 23 | 24 |
| Octal | 73 | 173 | 161 | 64 | 0 | 10 | 64 | 253 | 43 | 44 |
| Binary | 111011 | 1111011 | 1110001 | 110100 | 0 | 1000 | 110100 | 10101011 | 100011 | 100100 |
Color Harmonies of #3B7B71
Complementary color
Monochromatic Colors of #3B7B71
Black with #3B7B71
Text Example
Text Example
White with #3B7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B71; }
p { color: rgb(59,123,113); }
H1.HeaderClassName
{
color: #3B7B71;
}
.AnyTagClassName
{
color: #3B7B71;
}
</style>
background-color css
<style>
a { background-color: #3B7B71; }
a { background-color: rgb(59,123,113); }
div.DivClassName
{
background-color: #3B7B71;
}
.BgClassName
{
background-color: #3B7B71;
}
</style>
border-color css
<style>
span { border-color: #3B7B71; }
span { border-color: rgb(59,123,113); }
td.TdClassName
{
border-color: #3B7B71;
}
.TagClassName
{
border-color: #3B7B71;
}
</style>