Shades of Genoa #347C6C
Tints of Genoa #347C6C
RGB
CMYK
RGB Variations
Color information
#347C6C (or 0x347C6C) is known color: Genoa. HEX triplet: 34, 7C and 6C. RGB value is (52,124,108). Sum of RGB (Red+Green+Blue) = 52+124+108=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #347C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C6C is #CB8393. Grayscale: #646464. Windows color (decimal): -13337492 or 7109684. OLE color: 7109684.
HSL color Cylindrical-coordinate representation of color #347C6C: hue angle of 166.67º 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 #347C6C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 108 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.51 |
| HSL | 166.67º | 0.41% | 0.35% | - |
| HSV(B) | 166.67º | 0.58% | 0.49% | - |
| XYZ | 11.33 | 16.23 | 16.72 | - |
| YUV | 100.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 108 | 0.58 | 0 | 0.13 | 0.51 | 166.67 | 0.41 | 0.35 |
| Hex | 34 | 7C | 6C | 3A | 0 | D | 33 | A7 | 29 | 23 |
| Octal | 64 | 174 | 154 | 72 | 0 | 15 | 63 | 247 | 51 | 43 |
| Binary | 110100 | 1111100 | 1101100 | 111010 | 0 | 1101 | 110011 | 10100111 | 101001 | 100011 |
Color Harmonies of #347C6C
Complementary color
Monochromatic Colors of #347C6C
Black with #347C6C
Text Example
Text Example
White with #347C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C6C; }
p { color: rgb(52,124,108); }
H1.HeaderClassName
{
color: #347C6C;
}
.AnyTagClassName
{
color: #347C6C;
}
</style>
background-color css
<style>
a { background-color: #347C6C; }
a { background-color: rgb(52,124,108); }
div.DivClassName
{
background-color: #347C6C;
}
.BgClassName
{
background-color: #347C6C;
}
</style>
border-color css
<style>
span { border-color: #347C6C; }
span { border-color: rgb(52,124,108); }
td.TdClassName
{
border-color: #347C6C;
}
.TagClassName
{
border-color: #347C6C;
}
</style>