Shades of Genoa #3C766B
Tints of Genoa #3C766B
RGB
CMYK
RGB Variations
Color information
#3C766B (or 0x3C766B) is known color: Genoa. HEX triplet: 3C, 76 and 6B. RGB value is (60,118,107). Sum of RGB (Red+Green+Blue) = 60+118+107=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3C766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C766B is #C38994. Grayscale: #636363. Windows color (decimal): -12814741 or 7042620. OLE color: 7042620.
HSL color Cylindrical-coordinate representation of color #3C766B: hue angle of 168.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C766B is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 107 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.54 |
| HSL | 168.62º | 0.33% | 0.35% | - |
| HSV(B) | 168.62º | 0.49% | 0.46% | - |
| XYZ | 11 | 14.98 | 16.22 | - |
| YUV | 99.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 107 | 0.49 | 0 | 0.09 | 0.54 | 168.62 | 0.33 | 0.35 |
| Hex | 3C | 76 | 6B | 31 | 0 | 9 | 36 | A9 | 21 | 23 |
| Octal | 74 | 166 | 153 | 61 | 0 | 11 | 66 | 251 | 41 | 43 |
| Binary | 111100 | 1110110 | 1101011 | 110001 | 0 | 1001 | 110110 | 10101001 | 100001 | 100011 |
Color Harmonies of #3C766B
Complementary color
Monochromatic Colors of #3C766B
Black with #3C766B
Text Example
Text Example
White with #3C766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C766B; }
p { color: rgb(60,118,107); }
H1.HeaderClassName
{
color: #3C766B;
}
.AnyTagClassName
{
color: #3C766B;
}
</style>
background-color css
<style>
a { background-color: #3C766B; }
a { background-color: rgb(60,118,107); }
div.DivClassName
{
background-color: #3C766B;
}
.BgClassName
{
background-color: #3C766B;
}
</style>
border-color css
<style>
span { border-color: #3C766B; }
span { border-color: rgb(60,118,107); }
td.TdClassName
{
border-color: #3C766B;
}
.TagClassName
{
border-color: #3C766B;
}
</style>