Shades of Genoa #3C7467
Tints of Genoa #3C7467
RGB
CMYK
RGB Variations
Color information
#3C7467 (or 0x3C7467) is known color: Genoa. HEX triplet: 3C, 74 and 67. RGB value is (60,116,103). Sum of RGB (Red+Green+Blue) = 60+116+103=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7467 is #C38B98. Grayscale: #616161. Windows color (decimal): -12815257 or 6779964. OLE color: 6779964.
HSL color Cylindrical-coordinate representation of color #3C7467: hue angle of 166.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7467 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 103 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.55 |
| HSL | 166.07º | 0.32% | 0.35% | - |
| HSV(B) | 166.07º | 0.48% | 0.45% | - |
| XYZ | 10.56 | 14.43 | 15.06 | - |
| YUV | 97.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 103 | 0.48 | 0 | 0.11 | 0.55 | 166.07 | 0.32 | 0.35 |
| Hex | 3C | 74 | 67 | 30 | 0 | B | 37 | A6 | 20 | 23 |
| Octal | 74 | 164 | 147 | 60 | 0 | 13 | 67 | 246 | 40 | 43 |
| Binary | 111100 | 1110100 | 1100111 | 110000 | 0 | 1011 | 110111 | 10100110 | 100000 | 100011 |
Color Harmonies of #3C7467
Complementary color
Monochromatic Colors of #3C7467
Black with #3C7467
Text Example
Text Example
White with #3C7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7467; }
p { color: rgb(60,116,103); }
H1.HeaderClassName
{
color: #3C7467;
}
.AnyTagClassName
{
color: #3C7467;
}
</style>
background-color css
<style>
a { background-color: #3C7467; }
a { background-color: rgb(60,116,103); }
div.DivClassName
{
background-color: #3C7467;
}
.BgClassName
{
background-color: #3C7467;
}
</style>
border-color css
<style>
span { border-color: #3C7467; }
span { border-color: rgb(60,116,103); }
td.TdClassName
{
border-color: #3C7467;
}
.TagClassName
{
border-color: #3C7467;
}
</style>