Shades of Genoa #3C746C
Tints of Genoa #3C746C
RGB
CMYK
RGB Variations
Color information
#3C746C (or 0x3C746C) is known color: Genoa. HEX triplet: 3C, 74 and 6C. RGB value is (60,116,108). Sum of RGB (Red+Green+Blue) = 60+116+108=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746C is #C38B93. Grayscale: #626262. Windows color (decimal): -12815252 or 7107644. OLE color: 7107644.
HSL color Cylindrical-coordinate representation of color #3C746C: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C746C is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 108 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.55 |
| HSL | 171.43º | 0.32% | 0.35% | - |
| HSV(B) | 171.43º | 0.48% | 0.45% | - |
| XYZ | 10.82 | 14.53 | 16.42 | - |
| YUV | 98.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 108 | 0.48 | 0 | 0.07 | 0.55 | 171.43 | 0.32 | 0.35 |
| Hex | 3C | 74 | 6C | 30 | 0 | 7 | 37 | AB | 20 | 23 |
| Octal | 74 | 164 | 154 | 60 | 0 | 7 | 67 | 253 | 40 | 43 |
| Binary | 111100 | 1110100 | 1101100 | 110000 | 0 | 111 | 110111 | 10101011 | 100000 | 100011 |
Color Harmonies of #3C746C
Complementary color
Monochromatic Colors of #3C746C
Black with #3C746C
Text Example
Text Example
White with #3C746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C746C; }
p { color: rgb(60,116,108); }
H1.HeaderClassName
{
color: #3C746C;
}
.AnyTagClassName
{
color: #3C746C;
}
</style>
background-color css
<style>
a { background-color: #3C746C; }
a { background-color: rgb(60,116,108); }
div.DivClassName
{
background-color: #3C746C;
}
.BgClassName
{
background-color: #3C746C;
}
</style>
border-color css
<style>
span { border-color: #3C746C; }
span { border-color: rgb(60,116,108); }
td.TdClassName
{
border-color: #3C746C;
}
.TagClassName
{
border-color: #3C746C;
}
</style>