Shades of Genoa #3C6E65
Tints of Genoa #3C6E65
RGB
CMYK
RGB Variations
Color information
#3C6E65 (or 0x3C6E65) is known color: Genoa. HEX triplet: 3C, 6E and 65. RGB value is (60,110,101). Sum of RGB (Red+Green+Blue) = 60+110+101=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6E65 is #C3919A. Grayscale: #5E5E5E. Windows color (decimal): -12816795 or 6647356. OLE color: 6647356.
HSL color Cylindrical-coordinate representation of color #3C6E65: hue angle of 169.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E65 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 110 | 101 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.57 |
| HSL | 169.2º | 0.29% | 0.33% | - |
| HSV(B) | 169.2º | 0.45% | 0.43% | - |
| XYZ | 9.79 | 13.05 | 14.32 | - |
| YUV | 94.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 101 | 0.45 | 0 | 0.08 | 0.57 | 169.2 | 0.29 | 0.33 |
| Hex | 3C | 6E | 65 | 2D | 0 | 8 | 39 | A9 | 1D | 21 |
| Octal | 74 | 156 | 145 | 55 | 0 | 10 | 71 | 251 | 35 | 41 |
| Binary | 111100 | 1101110 | 1100101 | 101101 | 0 | 1000 | 111001 | 10101001 | 11101 | 100001 |
Color Harmonies of #3C6E65
Complementary color
Monochromatic Colors of #3C6E65
Black with #3C6E65
Text Example
Text Example
White with #3C6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E65; }
p { color: rgb(60,110,101); }
H1.HeaderClassName
{
color: #3C6E65;
}
.AnyTagClassName
{
color: #3C6E65;
}
</style>
background-color css
<style>
a { background-color: #3C6E65; }
a { background-color: rgb(60,110,101); }
div.DivClassName
{
background-color: #3C6E65;
}
.BgClassName
{
background-color: #3C6E65;
}
</style>
border-color css
<style>
span { border-color: #3C6E65; }
span { border-color: rgb(60,110,101); }
td.TdClassName
{
border-color: #3C6E65;
}
.TagClassName
{
border-color: #3C6E65;
}
</style>