Shades of Genoa #3C6D62
Tints of Genoa #3C6D62
RGB
CMYK
RGB Variations
Color information
#3C6D62 (or 0x3C6D62) is known color: Genoa. HEX triplet: 3C, 6D and 62. RGB value is (60,109,98). Sum of RGB (Red+Green+Blue) = 60+109+98=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D62 is #C3929D. Grayscale: #5D5D5D. Windows color (decimal): -12817054 or 6450492. OLE color: 6450492.
HSL color Cylindrical-coordinate representation of color #3C6D62: hue angle of 166.53º 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 #3C6D62 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 109 | 98 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.57 |
| HSL | 166.53º | 0.29% | 0.33% | - |
| HSV(B) | 166.53º | 0.45% | 0.43% | - |
| XYZ | 9.54 | 12.78 | 13.52 | - |
| YUV | 93.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 98 | 0.45 | 0 | 0.10 | 0.57 | 166.53 | 0.29 | 0.33 |
| Hex | 3C | 6D | 62 | 2D | 0 | A | 39 | A7 | 1D | 21 |
| Octal | 74 | 155 | 142 | 55 | 0 | 12 | 71 | 247 | 35 | 41 |
| Binary | 111100 | 1101101 | 1100010 | 101101 | 0 | 1010 | 111001 | 10100111 | 11101 | 100001 |
Color Harmonies of #3C6D62
Complementary color
Monochromatic Colors of #3C6D62
Black with #3C6D62
Text Example
Text Example
White with #3C6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D62; }
p { color: rgb(60,109,98); }
H1.HeaderClassName
{
color: #3C6D62;
}
.AnyTagClassName
{
color: #3C6D62;
}
</style>
background-color css
<style>
a { background-color: #3C6D62; }
a { background-color: rgb(60,109,98); }
div.DivClassName
{
background-color: #3C6D62;
}
.BgClassName
{
background-color: #3C6D62;
}
</style>
border-color css
<style>
span { border-color: #3C6D62; }
span { border-color: rgb(60,109,98); }
td.TdClassName
{
border-color: #3C6D62;
}
.TagClassName
{
border-color: #3C6D62;
}
</style>