Shades of Genoa #3B7B70
Tints of Genoa #3B7B70
RGB
CMYK
RGB Variations
Color information
#3B7B70 (or 0x3B7B70) is known color: Genoa. HEX triplet: 3B, 7B and 70. RGB value is (59,123,112). Sum of RGB (Red+Green+Blue) = 59+123+112=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B70 is #C4848F. Grayscale: #666666. Windows color (decimal): -12878992 or 7371579. OLE color: 7371579.
HSL color Cylindrical-coordinate representation of color #3B7B70: hue angle of 169.69º 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 #3B7B70 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 112 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.52 |
| HSL | 169.69º | 0.35% | 0.36% | - |
| HSV(B) | 169.69º | 0.52% | 0.48% | - |
| XYZ | 11.81 | 16.27 | 17.85 | - |
| YUV | 102.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 112 | 0.52 | 0 | 0.09 | 0.52 | 169.69 | 0.35 | 0.36 |
| Hex | 3B | 7B | 70 | 34 | 0 | 9 | 34 | AA | 23 | 24 |
| Octal | 73 | 173 | 160 | 64 | 0 | 11 | 64 | 252 | 43 | 44 |
| Binary | 111011 | 1111011 | 1110000 | 110100 | 0 | 1001 | 110100 | 10101010 | 100011 | 100100 |
Color Harmonies of #3B7B70
Complementary color
Monochromatic Colors of #3B7B70
Black with #3B7B70
Text Example
Text Example
White with #3B7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B70; }
p { color: rgb(59,123,112); }
H1.HeaderClassName
{
color: #3B7B70;
}
.AnyTagClassName
{
color: #3B7B70;
}
</style>
background-color css
<style>
a { background-color: #3B7B70; }
a { background-color: rgb(59,123,112); }
div.DivClassName
{
background-color: #3B7B70;
}
.BgClassName
{
background-color: #3B7B70;
}
</style>
border-color css
<style>
span { border-color: #3B7B70; }
span { border-color: rgb(59,123,112); }
td.TdClassName
{
border-color: #3B7B70;
}
.TagClassName
{
border-color: #3B7B70;
}
</style>