Shades of Genoa #3B7F74
Tints of Genoa #3B7F74
RGB
CMYK
RGB Variations
Color information
#3B7F74 (or 0x3B7F74) is known color: Genoa. HEX triplet: 3B, 7F and 74. RGB value is (59,127,116). Sum of RGB (Red+Green+Blue) = 59+127+116=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F74 is #C4808B. Grayscale: #696969. Windows color (decimal): -12877964 or 7634747. OLE color: 7634747.
HSL color Cylindrical-coordinate representation of color #3B7F74: hue angle of 170.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F74 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 116 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.50 |
| HSL | 170.29º | 0.37% | 0.36% | - |
| HSV(B) | 170.29º | 0.54% | 0.5% | - |
| XYZ | 12.55 | 17.37 | 19.21 | - |
| YUV | 105.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 116 | 0.54 | 0 | 0.09 | 0.50 | 170.29 | 0.37 | 0.36 |
| Hex | 3B | 7F | 74 | 36 | 0 | 9 | 32 | AA | 25 | 24 |
| Octal | 73 | 177 | 164 | 66 | 0 | 11 | 62 | 252 | 45 | 44 |
| Binary | 111011 | 1111111 | 1110100 | 110110 | 0 | 1001 | 110010 | 10101010 | 100101 | 100100 |
Color Harmonies of #3B7F74
Complementary color
Monochromatic Colors of #3B7F74
Black with #3B7F74
Text Example
Text Example
White with #3B7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F74; }
p { color: rgb(59,127,116); }
H1.HeaderClassName
{
color: #3B7F74;
}
.AnyTagClassName
{
color: #3B7F74;
}
</style>
background-color css
<style>
a { background-color: #3B7F74; }
a { background-color: rgb(59,127,116); }
div.DivClassName
{
background-color: #3B7F74;
}
.BgClassName
{
background-color: #3B7F74;
}
</style>
border-color css
<style>
span { border-color: #3B7F74; }
span { border-color: rgb(59,127,116); }
td.TdClassName
{
border-color: #3B7F74;
}
.TagClassName
{
border-color: #3B7F74;
}
</style>