Shades of Genoa #3B746C
Tints of Genoa #3B746C
RGB
CMYK
RGB Variations
Color information
#3B746C (or 0x3B746C) is known color: Genoa. HEX triplet: 3B, 74 and 6C. RGB value is (59,116,108). Sum of RGB (Red+Green+Blue) = 59+116+108=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #3B746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B746C is #C48B93. Grayscale: #626262. Windows color (decimal): -12880788 or 7107643. OLE color: 7107643.
HSL color Cylindrical-coordinate representation of color #3B746C: hue angle of 171.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B746C is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 108 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.55 |
| HSL | 171.58º | 0.33% | 0.34% | - |
| HSV(B) | 171.58º | 0.49% | 0.45% | - |
| XYZ | 10.76 | 14.5 | 16.42 | - |
| YUV | 98.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 108 | 0.49 | 0 | 0.07 | 0.55 | 171.58 | 0.33 | 0.34 |
| Hex | 3B | 74 | 6C | 31 | 0 | 7 | 37 | AC | 21 | 22 |
| Octal | 73 | 164 | 154 | 61 | 0 | 7 | 67 | 254 | 41 | 42 |
| Binary | 111011 | 1110100 | 1101100 | 110001 | 0 | 111 | 110111 | 10101100 | 100001 | 100010 |
Color Harmonies of #3B746C
Complementary color
Monochromatic Colors of #3B746C
Black with #3B746C
Text Example
Text Example
White with #3B746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B746C; }
p { color: rgb(59,116,108); }
H1.HeaderClassName
{
color: #3B746C;
}
.AnyTagClassName
{
color: #3B746C;
}
</style>
background-color css
<style>
a { background-color: #3B746C; }
a { background-color: rgb(59,116,108); }
div.DivClassName
{
background-color: #3B746C;
}
.BgClassName
{
background-color: #3B746C;
}
</style>
border-color css
<style>
span { border-color: #3B746C; }
span { border-color: rgb(59,116,108); }
td.TdClassName
{
border-color: #3B746C;
}
.TagClassName
{
border-color: #3B746C;
}
</style>