Shades of Genoa #347C73
Tints of Genoa #347C73
RGB
CMYK
RGB Variations
Color information
#347C73 (or 0x347C73) is known color: Genoa. HEX triplet: 34, 7C and 73. RGB value is (52,124,115). Sum of RGB (Red+Green+Blue) = 52+124+115=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #347C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C73 is #CB838C. Grayscale: #656565. Windows color (decimal): -13337485 or 7568436. OLE color: 7568436.
HSL color Cylindrical-coordinate representation of color #347C73: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C73 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 115 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.51 |
| HSL | 172.5º | 0.41% | 0.35% | - |
| HSV(B) | 172.5º | 0.58% | 0.49% | - |
| XYZ | 11.72 | 16.38 | 18.76 | - |
| YUV | 101.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 115 | 0.58 | 0 | 0.07 | 0.51 | 172.5 | 0.41 | 0.35 |
| Hex | 34 | 7C | 73 | 3A | 0 | 7 | 33 | AC | 29 | 23 |
| Octal | 64 | 174 | 163 | 72 | 0 | 7 | 63 | 254 | 51 | 43 |
| Binary | 110100 | 1111100 | 1110011 | 111010 | 0 | 111 | 110011 | 10101100 | 101001 | 100011 |
Color Harmonies of #347C73
Complementary color
Monochromatic Colors of #347C73
Black with #347C73
Text Example
Text Example
White with #347C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C73; }
p { color: rgb(52,124,115); }
H1.HeaderClassName
{
color: #347C73;
}
.AnyTagClassName
{
color: #347C73;
}
</style>
background-color css
<style>
a { background-color: #347C73; }
a { background-color: rgb(52,124,115); }
div.DivClassName
{
background-color: #347C73;
}
.BgClassName
{
background-color: #347C73;
}
</style>
border-color css
<style>
span { border-color: #347C73; }
span { border-color: rgb(52,124,115); }
td.TdClassName
{
border-color: #347C73;
}
.TagClassName
{
border-color: #347C73;
}
</style>