Shades of Genoa #346F65
Tints of Genoa #346F65
RGB
CMYK
RGB Variations
Color information
#346F65 (or 0x346F65) is known color: Genoa. HEX triplet: 34, 6F and 65. RGB value is (52,111,101). Sum of RGB (Red+Green+Blue) = 52+111+101=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #346F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F65 is #CB909A. Grayscale: #5C5C5C. Windows color (decimal): -13340827 or 6647604. OLE color: 6647604.
HSL color Cylindrical-coordinate representation of color #346F65: hue angle of 169.83º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F65 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 101 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.56 |
| HSL | 169.83º | 0.36% | 0.32% | - |
| HSV(B) | 169.83º | 0.53% | 0.44% | - |
| XYZ | 9.45 | 13.04 | 14.33 | - |
| YUV | 92.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 101 | 0.53 | 0 | 0.09 | 0.56 | 169.83 | 0.36 | 0.32 |
| Hex | 34 | 6F | 65 | 35 | 0 | 9 | 38 | AA | 24 | 20 |
| Octal | 64 | 157 | 145 | 65 | 0 | 11 | 70 | 252 | 44 | 40 |
| Binary | 110100 | 1101111 | 1100101 | 110101 | 0 | 1001 | 111000 | 10101010 | 100100 | 100000 |
Color Harmonies of #346F65
Complementary color
Monochromatic Colors of #346F65
Black with #346F65
Text Example
Text Example
White with #346F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F65; }
p { color: rgb(52,111,101); }
H1.HeaderClassName
{
color: #346F65;
}
.AnyTagClassName
{
color: #346F65;
}
</style>
background-color css
<style>
a { background-color: #346F65; }
a { background-color: rgb(52,111,101); }
div.DivClassName
{
background-color: #346F65;
}
.BgClassName
{
background-color: #346F65;
}
</style>
border-color css
<style>
span { border-color: #346F65; }
span { border-color: rgb(52,111,101); }
td.TdClassName
{
border-color: #346F65;
}
.TagClassName
{
border-color: #346F65;
}
</style>