Shades of Genoa #3C6862
Tints of Genoa #3C6862
RGB
CMYK
RGB Variations
Color information
#3C6862 (or 0x3C6862) is known color: Genoa. HEX triplet: 3C, 68 and 62. RGB value is (60,104,98). Sum of RGB (Red+Green+Blue) = 60+104+98=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6862 is #C3979D. Grayscale: #5A5A5A. Windows color (decimal): -12818334 or 6449212. OLE color: 6449212.
HSL color Cylindrical-coordinate representation of color #3C6862: hue angle of 171.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6862 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 104 | 98 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.59 |
| HSL | 171.82º | 0.27% | 0.32% | - |
| HSV(B) | 171.82º | 0.42% | 0.41% | - |
| XYZ | 9.02 | 11.74 | 13.35 | - |
| YUV | 90.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 98 | 0.42 | 0 | 0.06 | 0.59 | 171.82 | 0.27 | 0.32 |
| Hex | 3C | 68 | 62 | 2A | 0 | 6 | 3B | AC | 1B | 20 |
| Octal | 74 | 150 | 142 | 52 | 0 | 6 | 73 | 254 | 33 | 40 |
| Binary | 111100 | 1101000 | 1100010 | 101010 | 0 | 110 | 111011 | 10101100 | 11011 | 100000 |
Color Harmonies of #3C6862
Complementary color
Monochromatic Colors of #3C6862
Black with #3C6862
Text Example
Text Example
White with #3C6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6862; }
p { color: rgb(60,104,98); }
H1.HeaderClassName
{
color: #3C6862;
}
.AnyTagClassName
{
color: #3C6862;
}
</style>
background-color css
<style>
a { background-color: #3C6862; }
a { background-color: rgb(60,104,98); }
div.DivClassName
{
background-color: #3C6862;
}
.BgClassName
{
background-color: #3C6862;
}
</style>
border-color css
<style>
span { border-color: #3C6862; }
span { border-color: rgb(60,104,98); }
td.TdClassName
{
border-color: #3C6862;
}
.TagClassName
{
border-color: #3C6862;
}
</style>