Shades of Genoa #3C7465
Tints of Genoa #3C7465
RGB
CMYK
RGB Variations
Color information
#3C7465 (or 0x3C7465) is known color: Genoa. HEX triplet: 3C, 74 and 65. RGB value is (60,116,101). Sum of RGB (Red+Green+Blue) = 60+116+101=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7465 is #C38B9A. Grayscale: #616161. Windows color (decimal): -12815259 or 6648892. OLE color: 6648892.
HSL color Cylindrical-coordinate representation of color #3C7465: hue angle of 163.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7465 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 101 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.55 |
| HSL | 163.93º | 0.32% | 0.35% | - |
| HSV(B) | 163.93º | 0.48% | 0.45% | - |
| XYZ | 10.46 | 14.39 | 14.54 | - |
| YUV | 97.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 101 | 0.48 | 0 | 0.13 | 0.55 | 163.93 | 0.32 | 0.35 |
| Hex | 3C | 74 | 65 | 30 | 0 | D | 37 | A4 | 20 | 23 |
| Octal | 74 | 164 | 145 | 60 | 0 | 15 | 67 | 244 | 40 | 43 |
| Binary | 111100 | 1110100 | 1100101 | 110000 | 0 | 1101 | 110111 | 10100100 | 100000 | 100011 |
Color Harmonies of #3C7465
Complementary color
Monochromatic Colors of #3C7465
Black with #3C7465
Text Example
Text Example
White with #3C7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7465; }
p { color: rgb(60,116,101); }
H1.HeaderClassName
{
color: #3C7465;
}
.AnyTagClassName
{
color: #3C7465;
}
</style>
background-color css
<style>
a { background-color: #3C7465; }
a { background-color: rgb(60,116,101); }
div.DivClassName
{
background-color: #3C7465;
}
.BgClassName
{
background-color: #3C7465;
}
</style>
border-color css
<style>
span { border-color: #3C7465; }
span { border-color: rgb(60,116,101); }
td.TdClassName
{
border-color: #3C7465;
}
.TagClassName
{
border-color: #3C7465;
}
</style>