Shades of Genoa #3C7B70
Tints of Genoa #3C7B70
RGB
CMYK
RGB Variations
Color information
#3C7B70 (or 0x3C7B70) is known color: Genoa. HEX triplet: 3C, 7B and 70. RGB value is (60,123,112). Sum of RGB (Red+Green+Blue) = 60+123+112=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B70 is #C3848F. Grayscale: #666666. Windows color (decimal): -12813456 or 7371580. OLE color: 7371580.
HSL color Cylindrical-coordinate representation of color #3C7B70: hue angle of 169.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7B70 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 112 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.52 |
| HSL | 169.52º | 0.34% | 0.36% | - |
| HSV(B) | 169.52º | 0.51% | 0.48% | - |
| XYZ | 11.87 | 16.3 | 17.85 | - |
| YUV | 102.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 112 | 0.51 | 0 | 0.09 | 0.52 | 169.52 | 0.34 | 0.36 |
| Hex | 3C | 7B | 70 | 33 | 0 | 9 | 34 | AA | 22 | 24 |
| Octal | 74 | 173 | 160 | 63 | 0 | 11 | 64 | 252 | 42 | 44 |
| Binary | 111100 | 1111011 | 1110000 | 110011 | 0 | 1001 | 110100 | 10101010 | 100010 | 100100 |
Color Harmonies of #3C7B70
Complementary color
Monochromatic Colors of #3C7B70
Black with #3C7B70
Text Example
Text Example
White with #3C7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B70; }
p { color: rgb(60,123,112); }
H1.HeaderClassName
{
color: #3C7B70;
}
.AnyTagClassName
{
color: #3C7B70;
}
</style>
background-color css
<style>
a { background-color: #3C7B70; }
a { background-color: rgb(60,123,112); }
div.DivClassName
{
background-color: #3C7B70;
}
.BgClassName
{
background-color: #3C7B70;
}
</style>
border-color css
<style>
span { border-color: #3C7B70; }
span { border-color: rgb(60,123,112); }
td.TdClassName
{
border-color: #3C7B70;
}
.TagClassName
{
border-color: #3C7B70;
}
</style>