Shades of Genoa #3C7872
Tints of Genoa #3C7872
RGB
CMYK
RGB Variations
Color information
#3C7872 (or 0x3C7872) is known color: Genoa. HEX triplet: 3C, 78 and 72. RGB value is (60,120,114). Sum of RGB (Red+Green+Blue) = 60+120+114=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7872 is #C3878D. Grayscale: #656565. Windows color (decimal): -12814222 or 7501884. OLE color: 7501884.
HSL color Cylindrical-coordinate representation of color #3C7872: hue angle of 174º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7872 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 114 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.53 |
| HSL | 174º | 0.33% | 0.35% | - |
| HSV(B) | 174º | 0.5% | 0.47% | - |
| XYZ | 11.62 | 15.61 | 18.32 | - |
| YUV | 101.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 114 | 0.5 | 0 | 0.05 | 0.53 | 174 | 0.33 | 0.35 |
| Hex | 3C | 78 | 72 | 32 | 0 | 5 | 35 | AE | 21 | 23 |
| Octal | 74 | 170 | 162 | 62 | 0 | 5 | 65 | 256 | 41 | 43 |
| Binary | 111100 | 1111000 | 1110010 | 110010 | 0 | 101 | 110101 | 10101110 | 100001 | 100011 |
Color Harmonies of #3C7872
Complementary color
Monochromatic Colors of #3C7872
Black with #3C7872
Text Example
Text Example
White with #3C7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7872; }
p { color: rgb(60,120,114); }
H1.HeaderClassName
{
color: #3C7872;
}
.AnyTagClassName
{
color: #3C7872;
}
</style>
background-color css
<style>
a { background-color: #3C7872; }
a { background-color: rgb(60,120,114); }
div.DivClassName
{
background-color: #3C7872;
}
.BgClassName
{
background-color: #3C7872;
}
</style>
border-color css
<style>
span { border-color: #3C7872; }
span { border-color: rgb(60,120,114); }
td.TdClassName
{
border-color: #3C7872;
}
.TagClassName
{
border-color: #3C7872;
}
</style>