Shades of Genoa #3C7B71
Tints of Genoa #3C7B71
RGB
CMYK
RGB Variations
Color information
#3C7B71 (or 0x3C7B71) is known color: Genoa. HEX triplet: 3C, 7B and 71. RGB value is (60,123,113). Sum of RGB (Red+Green+Blue) = 60+123+113=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B71 is #C3848E. Grayscale: #676767. Windows color (decimal): -12813455 or 7437116. OLE color: 7437116.
HSL color Cylindrical-coordinate representation of color #3C7B71: hue angle of 170.48º 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 #3C7B71 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 113 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.52 |
| HSL | 170.48º | 0.34% | 0.36% | - |
| HSV(B) | 170.48º | 0.51% | 0.48% | - |
| XYZ | 11.93 | 16.32 | 18.14 | - |
| YUV | 103.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 113 | 0.51 | 0 | 0.08 | 0.52 | 170.48 | 0.34 | 0.36 |
| Hex | 3C | 7B | 71 | 33 | 0 | 8 | 34 | AA | 22 | 24 |
| Octal | 74 | 173 | 161 | 63 | 0 | 10 | 64 | 252 | 42 | 44 |
| Binary | 111100 | 1111011 | 1110001 | 110011 | 0 | 1000 | 110100 | 10101010 | 100010 | 100100 |
Color Harmonies of #3C7B71
Complementary color
Monochromatic Colors of #3C7B71
Black with #3C7B71
Text Example
Text Example
White with #3C7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B71; }
p { color: rgb(60,123,113); }
H1.HeaderClassName
{
color: #3C7B71;
}
.AnyTagClassName
{
color: #3C7B71;
}
</style>
background-color css
<style>
a { background-color: #3C7B71; }
a { background-color: rgb(60,123,113); }
div.DivClassName
{
background-color: #3C7B71;
}
.BgClassName
{
background-color: #3C7B71;
}
</style>
border-color css
<style>
span { border-color: #3C7B71; }
span { border-color: rgb(60,123,113); }
td.TdClassName
{
border-color: #3C7B71;
}
.TagClassName
{
border-color: #3C7B71;
}
</style>