Shades of Genoa #3C7A6D
Tints of Genoa #3C7A6D
RGB
CMYK
RGB Variations
Color information
#3C7A6D (or 0x3C7A6D) is known color: Genoa. HEX triplet: 3C, 7A and 6D. RGB value is (60,122,109). Sum of RGB (Red+Green+Blue) = 60+122+109=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A6D is #C38592. Grayscale: #656565. Windows color (decimal): -12813715 or 7174716. OLE color: 7174716.
HSL color Cylindrical-coordinate representation of color #3C7A6D: hue angle of 167.42º 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 #3C7A6D is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 122 | 109 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.52 |
| HSL | 167.42º | 0.34% | 0.36% | - |
| HSV(B) | 167.42º | 0.51% | 0.48% | - |
| XYZ | 11.58 | 15.98 | 16.94 | - |
| YUV | 101.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 109 | 0.51 | 0 | 0.11 | 0.52 | 167.42 | 0.34 | 0.36 |
| Hex | 3C | 7A | 6D | 33 | 0 | B | 34 | A7 | 22 | 24 |
| Octal | 74 | 172 | 155 | 63 | 0 | 13 | 64 | 247 | 42 | 44 |
| Binary | 111100 | 1111010 | 1101101 | 110011 | 0 | 1011 | 110100 | 10100111 | 100010 | 100100 |
Color Harmonies of #3C7A6D
Complementary color
Monochromatic Colors of #3C7A6D
Black with #3C7A6D
Text Example
Text Example
White with #3C7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A6D; }
p { color: rgb(60,122,109); }
H1.HeaderClassName
{
color: #3C7A6D;
}
.AnyTagClassName
{
color: #3C7A6D;
}
</style>
background-color css
<style>
a { background-color: #3C7A6D; }
a { background-color: rgb(60,122,109); }
div.DivClassName
{
background-color: #3C7A6D;
}
.BgClassName
{
background-color: #3C7A6D;
}
</style>
border-color css
<style>
span { border-color: #3C7A6D; }
span { border-color: rgb(60,122,109); }
td.TdClassName
{
border-color: #3C7A6D;
}
.TagClassName
{
border-color: #3C7A6D;
}
</style>