Shades of Genoa #3C786C
Tints of Genoa #3C786C
RGB
CMYK
RGB Variations
Color information
#3C786C (or 0x3C786C) is known color: Genoa. HEX triplet: 3C, 78 and 6C. RGB value is (60,120,108). Sum of RGB (Red+Green+Blue) = 60+120+108=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #3C786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C786C is #C38793. Grayscale: #646464. Windows color (decimal): -12814228 or 7108668. OLE color: 7108668.
HSL color Cylindrical-coordinate representation of color #3C786C: hue angle of 168º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C786C is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 108 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.53 |
| HSL | 168º | 0.33% | 0.35% | - |
| HSV(B) | 168º | 0.5% | 0.47% | - |
| XYZ | 11.29 | 15.48 | 16.58 | - |
| YUV | 100.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 108 | 0.5 | 0 | 0.10 | 0.53 | 168 | 0.33 | 0.35 |
| Hex | 3C | 78 | 6C | 32 | 0 | A | 35 | A8 | 21 | 23 |
| Octal | 74 | 170 | 154 | 62 | 0 | 12 | 65 | 250 | 41 | 43 |
| Binary | 111100 | 1111000 | 1101100 | 110010 | 0 | 1010 | 110101 | 10101000 | 100001 | 100011 |
Color Harmonies of #3C786C
Complementary color
Monochromatic Colors of #3C786C
Black with #3C786C
Text Example
Text Example
White with #3C786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C786C; }
p { color: rgb(60,120,108); }
H1.HeaderClassName
{
color: #3C786C;
}
.AnyTagClassName
{
color: #3C786C;
}
</style>
background-color css
<style>
a { background-color: #3C786C; }
a { background-color: rgb(60,120,108); }
div.DivClassName
{
background-color: #3C786C;
}
.BgClassName
{
background-color: #3C786C;
}
</style>
border-color css
<style>
span { border-color: #3C786C; }
span { border-color: rgb(60,120,108); }
td.TdClassName
{
border-color: #3C786C;
}
.TagClassName
{
border-color: #3C786C;
}
</style>