Shades of Genoa #346D68
Tints of Genoa #346D68
RGB
CMYK
RGB Variations
Color information
#346D68 (or 0x346D68) is known color: Genoa. HEX triplet: 34, 6D and 68. RGB value is (52,109,104). Sum of RGB (Red+Green+Blue) = 52+109+104=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #346D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D68 is #CB9297. Grayscale: #5B5B5B. Windows color (decimal): -13341336 or 6843700. OLE color: 6843700.
HSL color Cylindrical-coordinate representation of color #346D68: hue angle of 174.74º 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 #346D68 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 104 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.57 |
| HSL | 174.74º | 0.35% | 0.32% | - |
| HSV(B) | 174.74º | 0.52% | 0.43% | - |
| XYZ | 9.38 | 12.67 | 15.05 | - |
| YUV | 91.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 104 | 0.52 | 0 | 0.05 | 0.57 | 174.74 | 0.35 | 0.32 |
| Hex | 34 | 6D | 68 | 34 | 0 | 5 | 39 | AF | 23 | 20 |
| Octal | 64 | 155 | 150 | 64 | 0 | 5 | 71 | 257 | 43 | 40 |
| Binary | 110100 | 1101101 | 1101000 | 110100 | 0 | 101 | 111001 | 10101111 | 100011 | 100000 |
Color Harmonies of #346D68
Complementary color
Monochromatic Colors of #346D68
Black with #346D68
Text Example
Text Example
White with #346D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D68; }
p { color: rgb(52,109,104); }
H1.HeaderClassName
{
color: #346D68;
}
.AnyTagClassName
{
color: #346D68;
}
</style>
background-color css
<style>
a { background-color: #346D68; }
a { background-color: rgb(52,109,104); }
div.DivClassName
{
background-color: #346D68;
}
.BgClassName
{
background-color: #346D68;
}
</style>
border-color css
<style>
span { border-color: #346D68; }
span { border-color: rgb(52,109,104); }
td.TdClassName
{
border-color: #346D68;
}
.TagClassName
{
border-color: #346D68;
}
</style>