Shades of Genoa #3C7068
Tints of Genoa #3C7068
RGB
CMYK
RGB Variations
Color information
#3C7068 (or 0x3C7068) is known color: Genoa. HEX triplet: 3C, 70 and 68. RGB value is (60,112,104). Sum of RGB (Red+Green+Blue) = 60+112+104=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7068 is #C38F97. Grayscale: #5F5F5F. Windows color (decimal): -12816280 or 6844476. OLE color: 6844476.
HSL color Cylindrical-coordinate representation of color #3C7068: hue angle of 170.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7068 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 104 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.56 |
| HSL | 170.77º | 0.3% | 0.34% | - |
| HSV(B) | 170.77º | 0.46% | 0.44% | - |
| XYZ | 10.16 | 13.55 | 15.18 | - |
| YUV | 95.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 104 | 0.46 | 0 | 0.07 | 0.56 | 170.77 | 0.3 | 0.34 |
| Hex | 3C | 70 | 68 | 2E | 0 | 7 | 38 | AB | 1E | 22 |
| Octal | 74 | 160 | 150 | 56 | 0 | 7 | 70 | 253 | 36 | 42 |
| Binary | 111100 | 1110000 | 1101000 | 101110 | 0 | 111 | 111000 | 10101011 | 11110 | 100010 |
Color Harmonies of #3C7068
Complementary color
Monochromatic Colors of #3C7068
Black with #3C7068
Text Example
Text Example
White with #3C7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7068; }
p { color: rgb(60,112,104); }
H1.HeaderClassName
{
color: #3C7068;
}
.AnyTagClassName
{
color: #3C7068;
}
</style>
background-color css
<style>
a { background-color: #3C7068; }
a { background-color: rgb(60,112,104); }
div.DivClassName
{
background-color: #3C7068;
}
.BgClassName
{
background-color: #3C7068;
}
</style>
border-color css
<style>
span { border-color: #3C7068; }
span { border-color: rgb(60,112,104); }
td.TdClassName
{
border-color: #3C7068;
}
.TagClassName
{
border-color: #3C7068;
}
</style>