Shades of Genoa #3C766F
Tints of Genoa #3C766F
RGB
CMYK
RGB Variations
Color information
#3C766F (or 0x3C766F) is known color: Genoa. HEX triplet: 3C, 76 and 6F. RGB value is (60,118,111). Sum of RGB (Red+Green+Blue) = 60+118+111=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #3C766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C766F is #C38990. Grayscale: #636363. Windows color (decimal): -12814737 or 7304764. OLE color: 7304764.
HSL color Cylindrical-coordinate representation of color #3C766F: hue angle of 172.76º 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 #3C766F is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 111 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.54 |
| HSL | 172.76º | 0.33% | 0.35% | - |
| HSV(B) | 172.76º | 0.49% | 0.46% | - |
| XYZ | 11.21 | 15.07 | 17.36 | - |
| YUV | 99.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 111 | 0.49 | 0 | 0.06 | 0.54 | 172.76 | 0.33 | 0.35 |
| Hex | 3C | 76 | 6F | 31 | 0 | 6 | 36 | AD | 21 | 23 |
| Octal | 74 | 166 | 157 | 61 | 0 | 6 | 66 | 255 | 41 | 43 |
| Binary | 111100 | 1110110 | 1101111 | 110001 | 0 | 110 | 110110 | 10101101 | 100001 | 100011 |
Color Harmonies of #3C766F
Complementary color
Monochromatic Colors of #3C766F
Black with #3C766F
Text Example
Text Example
White with #3C766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C766F; }
p { color: rgb(60,118,111); }
H1.HeaderClassName
{
color: #3C766F;
}
.AnyTagClassName
{
color: #3C766F;
}
</style>
background-color css
<style>
a { background-color: #3C766F; }
a { background-color: rgb(60,118,111); }
div.DivClassName
{
background-color: #3C766F;
}
.BgClassName
{
background-color: #3C766F;
}
</style>
border-color css
<style>
span { border-color: #3C766F; }
span { border-color: rgb(60,118,111); }
td.TdClassName
{
border-color: #3C766F;
}
.TagClassName
{
border-color: #3C766F;
}
</style>