Shades of Genoa #3C7166
Tints of Genoa #3C7166
RGB
CMYK
RGB Variations
Color information
#3C7166 (or 0x3C7166) is known color: Genoa. HEX triplet: 3C, 71 and 66. RGB value is (60,113,102). Sum of RGB (Red+Green+Blue) = 60+113+102=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7166 is #C38E99. Grayscale: #5F5F5F. Windows color (decimal): -12816026 or 6713660. OLE color: 6713660.
HSL color Cylindrical-coordinate representation of color #3C7166: hue angle of 167.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7166 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 102 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.56 |
| HSL | 167.55º | 0.31% | 0.34% | - |
| HSV(B) | 167.55º | 0.47% | 0.44% | - |
| XYZ | 10.17 | 13.73 | 14.68 | - |
| YUV | 95.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 102 | 0.47 | 0 | 0.10 | 0.56 | 167.55 | 0.31 | 0.34 |
| Hex | 3C | 71 | 66 | 2F | 0 | A | 38 | A8 | 1F | 22 |
| Octal | 74 | 161 | 146 | 57 | 0 | 12 | 70 | 250 | 37 | 42 |
| Binary | 111100 | 1110001 | 1100110 | 101111 | 0 | 1010 | 111000 | 10101000 | 11111 | 100010 |
Color Harmonies of #3C7166
Complementary color
Monochromatic Colors of #3C7166
Black with #3C7166
Text Example
Text Example
White with #3C7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7166; }
p { color: rgb(60,113,102); }
H1.HeaderClassName
{
color: #3C7166;
}
.AnyTagClassName
{
color: #3C7166;
}
</style>
background-color css
<style>
a { background-color: #3C7166; }
a { background-color: rgb(60,113,102); }
div.DivClassName
{
background-color: #3C7166;
}
.BgClassName
{
background-color: #3C7166;
}
</style>
border-color css
<style>
span { border-color: #3C7166; }
span { border-color: rgb(60,113,102); }
td.TdClassName
{
border-color: #3C7166;
}
.TagClassName
{
border-color: #3C7166;
}
</style>