Shades of Genoa #3C7C74
Tints of Genoa #3C7C74
RGB
CMYK
RGB Variations
Color information
#3C7C74 (or 0x3C7C74) is known color: Genoa. HEX triplet: 3C, 7C and 74. RGB value is (60,124,116). Sum of RGB (Red+Green+Blue) = 60+124+116=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C74 is #C3838B. Grayscale: #676767. Windows color (decimal): -12813196 or 7633980. OLE color: 7633980.
HSL color Cylindrical-coordinate representation of color #3C7C74: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C74 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 124 | 116 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.51 |
| HSL | 172.5º | 0.35% | 0.36% | - |
| HSV(B) | 172.5º | 0.52% | 0.49% | - |
| XYZ | 12.22 | 16.64 | 19.09 | - |
| YUV | 103.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 116 | 0.52 | 0 | 0.06 | 0.51 | 172.5 | 0.35 | 0.36 |
| Hex | 3C | 7C | 74 | 34 | 0 | 6 | 33 | AC | 23 | 24 |
| Octal | 74 | 174 | 164 | 64 | 0 | 6 | 63 | 254 | 43 | 44 |
| Binary | 111100 | 1111100 | 1110100 | 110100 | 0 | 110 | 110011 | 10101100 | 100011 | 100100 |
Color Harmonies of #3C7C74
Complementary color
Monochromatic Colors of #3C7C74
Black with #3C7C74
Text Example
Text Example
White with #3C7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C74; }
p { color: rgb(60,124,116); }
H1.HeaderClassName
{
color: #3C7C74;
}
.AnyTagClassName
{
color: #3C7C74;
}
</style>
background-color css
<style>
a { background-color: #3C7C74; }
a { background-color: rgb(60,124,116); }
div.DivClassName
{
background-color: #3C7C74;
}
.BgClassName
{
background-color: #3C7C74;
}
</style>
border-color css
<style>
span { border-color: #3C7C74; }
span { border-color: rgb(60,124,116); }
td.TdClassName
{
border-color: #3C7C74;
}
.TagClassName
{
border-color: #3C7C74;
}
</style>