Shades of Genoa #3C786B
Tints of Genoa #3C786B
RGB
CMYK
RGB Variations
Color information
#3C786B (or 0x3C786B) is known color: Genoa. HEX triplet: 3C, 78 and 6B. RGB value is (60,120,107). Sum of RGB (Red+Green+Blue) = 60+120+107=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #3C786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C786B is #C38794. Grayscale: #646464. Windows color (decimal): -12814229 or 7043132. OLE color: 7043132.
HSL color Cylindrical-coordinate representation of color #3C786B: hue angle of 167º 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 #3C786B is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 107 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.53 |
| HSL | 167º | 0.33% | 0.35% | - |
| HSV(B) | 167º | 0.5% | 0.47% | - |
| XYZ | 11.23 | 15.46 | 16.3 | - |
| YUV | 100.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 107 | 0.5 | 0 | 0.11 | 0.53 | 167 | 0.33 | 0.35 |
| Hex | 3C | 78 | 6B | 32 | 0 | B | 35 | A7 | 21 | 23 |
| Octal | 74 | 170 | 153 | 62 | 0 | 13 | 65 | 247 | 41 | 43 |
| Binary | 111100 | 1111000 | 1101011 | 110010 | 0 | 1011 | 110101 | 10100111 | 100001 | 100011 |
Color Harmonies of #3C786B
Complementary color
Monochromatic Colors of #3C786B
Black with #3C786B
Text Example
Text Example
White with #3C786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C786B; }
p { color: rgb(60,120,107); }
H1.HeaderClassName
{
color: #3C786B;
}
.AnyTagClassName
{
color: #3C786B;
}
</style>
background-color css
<style>
a { background-color: #3C786B; }
a { background-color: rgb(60,120,107); }
div.DivClassName
{
background-color: #3C786B;
}
.BgClassName
{
background-color: #3C786B;
}
</style>
border-color css
<style>
span { border-color: #3C786B; }
span { border-color: rgb(60,120,107); }
td.TdClassName
{
border-color: #3C786B;
}
.TagClassName
{
border-color: #3C786B;
}
</style>