Shades of Genoa #3C8279
Tints of Genoa #3C8279
RGB
CMYK
RGB Variations
Color information
#3C8279 (or 0x3C8279) is known color: Genoa. HEX triplet: 3C, 82 and 79. RGB value is (60,130,121). Sum of RGB (Red+Green+Blue) = 60+130+121=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8279 is #C37D86. Grayscale: #6C6C6C. Windows color (decimal): -12811655 or 7963196. OLE color: 7963196.
HSL color Cylindrical-coordinate representation of color #3C8279: hue angle of 172.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C8279 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 121 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.49 |
| HSL | 172.29º | 0.37% | 0.37% | - |
| HSV(B) | 172.29º | 0.54% | 0.51% | - |
| XYZ | 13.3 | 18.31 | 20.92 | - |
| YUV | 108.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 121 | 0.54 | 0 | 0.07 | 0.49 | 172.29 | 0.37 | 0.37 |
| Hex | 3C | 82 | 79 | 36 | 0 | 7 | 31 | AC | 25 | 25 |
| Octal | 74 | 202 | 171 | 66 | 0 | 7 | 61 | 254 | 45 | 45 |
| Binary | 111100 | 10000010 | 1111001 | 110110 | 0 | 111 | 110001 | 10101100 | 100101 | 100101 |
Color Harmonies of #3C8279
Complementary color
Monochromatic Colors of #3C8279
Black with #3C8279
Text Example
Text Example
White with #3C8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8279; }
p { color: rgb(60,130,121); }
H1.HeaderClassName
{
color: #3C8279;
}
.AnyTagClassName
{
color: #3C8279;
}
</style>
background-color css
<style>
a { background-color: #3C8279; }
a { background-color: rgb(60,130,121); }
div.DivClassName
{
background-color: #3C8279;
}
.BgClassName
{
background-color: #3C8279;
}
</style>
border-color css
<style>
span { border-color: #3C8279; }
span { border-color: rgb(60,130,121); }
td.TdClassName
{
border-color: #3C8279;
}
.TagClassName
{
border-color: #3C8279;
}
</style>