Shades of Genoa #3B7A6D
Tints of Genoa #3B7A6D
RGB
CMYK
RGB Variations
Color information
#3B7A6D (or 0x3B7A6D) is known color: Genoa. HEX triplet: 3B, 7A and 6D. RGB value is (59,122,109). Sum of RGB (Red+Green+Blue) = 59+122+109=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A6D is #C48592. Grayscale: #656565. Windows color (decimal): -12879251 or 7174715. OLE color: 7174715.
HSL color Cylindrical-coordinate representation of color #3B7A6D: hue angle of 167.62º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A6D is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 109 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.52 |
| HSL | 167.62º | 0.35% | 0.35% | - |
| HSV(B) | 167.62º | 0.52% | 0.48% | - |
| XYZ | 11.52 | 15.95 | 16.94 | - |
| YUV | 101.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 109 | 0.52 | 0 | 0.11 | 0.52 | 167.62 | 0.35 | 0.35 |
| Hex | 3B | 7A | 6D | 34 | 0 | B | 34 | A8 | 23 | 23 |
| Octal | 73 | 172 | 155 | 64 | 0 | 13 | 64 | 250 | 43 | 43 |
| Binary | 111011 | 1111010 | 1101101 | 110100 | 0 | 1011 | 110100 | 10101000 | 100011 | 100011 |
Color Harmonies of #3B7A6D
Complementary color
Monochromatic Colors of #3B7A6D
Black with #3B7A6D
Text Example
Text Example
White with #3B7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A6D; }
p { color: rgb(59,122,109); }
H1.HeaderClassName
{
color: #3B7A6D;
}
.AnyTagClassName
{
color: #3B7A6D;
}
</style>
background-color css
<style>
a { background-color: #3B7A6D; }
a { background-color: rgb(59,122,109); }
div.DivClassName
{
background-color: #3B7A6D;
}
.BgClassName
{
background-color: #3B7A6D;
}
</style>
border-color css
<style>
span { border-color: #3B7A6D; }
span { border-color: rgb(59,122,109); }
td.TdClassName
{
border-color: #3B7A6D;
}
.TagClassName
{
border-color: #3B7A6D;
}
</style>