Shades of Genoa #347C69
Tints of Genoa #347C69
RGB
CMYK
RGB Variations
Color information
#347C69 (or 0x347C69) is known color: Genoa. HEX triplet: 34, 7C and 69. RGB value is (52,124,105). Sum of RGB (Red+Green+Blue) = 52+124+105=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #347C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C69 is #CB8396. Grayscale: #646464. Windows color (decimal): -13337495 or 6913076. OLE color: 6913076.
HSL color Cylindrical-coordinate representation of color #347C69: hue angle of 164.17º 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 #347C69 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 105 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.51 |
| HSL | 164.17º | 0.41% | 0.35% | - |
| HSV(B) | 164.17º | 0.58% | 0.49% | - |
| XYZ | 11.17 | 16.17 | 15.9 | - |
| YUV | 100.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 105 | 0.58 | 0 | 0.15 | 0.51 | 164.17 | 0.41 | 0.35 |
| Hex | 34 | 7C | 69 | 3A | 0 | F | 33 | A4 | 29 | 23 |
| Octal | 64 | 174 | 151 | 72 | 0 | 17 | 63 | 244 | 51 | 43 |
| Binary | 110100 | 1111100 | 1101001 | 111010 | 0 | 1111 | 110011 | 10100100 | 101001 | 100011 |
Color Harmonies of #347C69
Complementary color
Monochromatic Colors of #347C69
Black with #347C69
Text Example
Text Example
White with #347C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C69; }
p { color: rgb(52,124,105); }
H1.HeaderClassName
{
color: #347C69;
}
.AnyTagClassName
{
color: #347C69;
}
</style>
background-color css
<style>
a { background-color: #347C69; }
a { background-color: rgb(52,124,105); }
div.DivClassName
{
background-color: #347C69;
}
.BgClassName
{
background-color: #347C69;
}
</style>
border-color css
<style>
span { border-color: #347C69; }
span { border-color: rgb(52,124,105); }
td.TdClassName
{
border-color: #347C69;
}
.TagClassName
{
border-color: #347C69;
}
</style>