Shades of Genoa #3C6F67
Tints of Genoa #3C6F67
RGB
CMYK
RGB Variations
Color information
#3C6F67 (or 0x3C6F67) is known color: Genoa. HEX triplet: 3C, 6F and 67. RGB value is (60,111,103). Sum of RGB (Red+Green+Blue) = 60+111+103=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F67 is #C39098. Grayscale: #5E5E5E. Windows color (decimal): -12816537 or 6778684. OLE color: 6778684.
HSL color Cylindrical-coordinate representation of color #3C6F67: hue angle of 170.59º 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 #3C6F67 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 103 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.56 |
| HSL | 170.59º | 0.3% | 0.34% | - |
| HSV(B) | 170.59º | 0.46% | 0.44% | - |
| XYZ | 10 | 13.31 | 14.87 | - |
| YUV | 94.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 103 | 0.46 | 0 | 0.07 | 0.56 | 170.59 | 0.3 | 0.34 |
| Hex | 3C | 6F | 67 | 2E | 0 | 7 | 38 | AB | 1E | 22 |
| Octal | 74 | 157 | 147 | 56 | 0 | 7 | 70 | 253 | 36 | 42 |
| Binary | 111100 | 1101111 | 1100111 | 101110 | 0 | 111 | 111000 | 10101011 | 11110 | 100010 |
Color Harmonies of #3C6F67
Complementary color
Monochromatic Colors of #3C6F67
Black with #3C6F67
Text Example
Text Example
White with #3C6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F67; }
p { color: rgb(60,111,103); }
H1.HeaderClassName
{
color: #3C6F67;
}
.AnyTagClassName
{
color: #3C6F67;
}
</style>
background-color css
<style>
a { background-color: #3C6F67; }
a { background-color: rgb(60,111,103); }
div.DivClassName
{
background-color: #3C6F67;
}
.BgClassName
{
background-color: #3C6F67;
}
</style>
border-color css
<style>
span { border-color: #3C6F67; }
span { border-color: rgb(60,111,103); }
td.TdClassName
{
border-color: #3C6F67;
}
.TagClassName
{
border-color: #3C6F67;
}
</style>