Shades of Genoa #346D66
Tints of Genoa #346D66
RGB
CMYK
RGB Variations
Color information
#346D66 (or 0x346D66) is known color: Genoa. HEX triplet: 34, 6D and 66. RGB value is (52,109,102). Sum of RGB (Red+Green+Blue) = 52+109+102=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #346D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D66 is #CB9299. Grayscale: #5B5B5B. Windows color (decimal): -13341338 or 6712628. OLE color: 6712628.
HSL color Cylindrical-coordinate representation of color #346D66: hue angle of 172.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D66 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 102 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.57 |
| HSL | 172.63º | 0.35% | 0.32% | - |
| HSV(B) | 172.63º | 0.52% | 0.43% | - |
| XYZ | 9.28 | 12.63 | 14.52 | - |
| YUV | 91.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 102 | 0.52 | 0 | 0.06 | 0.57 | 172.63 | 0.35 | 0.32 |
| Hex | 34 | 6D | 66 | 34 | 0 | 6 | 39 | AD | 23 | 20 |
| Octal | 64 | 155 | 146 | 64 | 0 | 6 | 71 | 255 | 43 | 40 |
| Binary | 110100 | 1101101 | 1100110 | 110100 | 0 | 110 | 111001 | 10101101 | 100011 | 100000 |
Color Harmonies of #346D66
Complementary color
Monochromatic Colors of #346D66
Black with #346D66
Text Example
Text Example
White with #346D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D66; }
p { color: rgb(52,109,102); }
H1.HeaderClassName
{
color: #346D66;
}
.AnyTagClassName
{
color: #346D66;
}
</style>
background-color css
<style>
a { background-color: #346D66; }
a { background-color: rgb(52,109,102); }
div.DivClassName
{
background-color: #346D66;
}
.BgClassName
{
background-color: #346D66;
}
</style>
border-color css
<style>
span { border-color: #346D66; }
span { border-color: rgb(52,109,102); }
td.TdClassName
{
border-color: #346D66;
}
.TagClassName
{
border-color: #346D66;
}
</style>