Shades of Genoa #346F60
Tints of Genoa #346F60
RGB
CMYK
RGB Variations
Color information
#346F60 (or 0x346F60) is known color: Genoa. HEX triplet: 34, 6F and 60. RGB value is (52,111,96). Sum of RGB (Red+Green+Blue) = 52+111+96=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #346F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F60 is #CB909F. Grayscale: #5B5B5B. Windows color (decimal): -13340832 or 6319924. OLE color: 6319924.
HSL color Cylindrical-coordinate representation of color #346F60: hue angle of 164.75º 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 #346F60 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 96 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.56 |
| HSL | 164.75º | 0.36% | 0.32% | - |
| HSV(B) | 164.75º | 0.53% | 0.44% | - |
| XYZ | 9.21 | 12.94 | 13.08 | - |
| YUV | 91.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 96 | 0.53 | 0 | 0.14 | 0.56 | 164.75 | 0.36 | 0.32 |
| Hex | 34 | 6F | 60 | 35 | 0 | E | 38 | A5 | 24 | 20 |
| Octal | 64 | 157 | 140 | 65 | 0 | 16 | 70 | 245 | 44 | 40 |
| Binary | 110100 | 1101111 | 1100000 | 110101 | 0 | 1110 | 111000 | 10100101 | 100100 | 100000 |
Color Harmonies of #346F60
Complementary color
Monochromatic Colors of #346F60
Black with #346F60
Text Example
Text Example
White with #346F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F60; }
p { color: rgb(52,111,96); }
H1.HeaderClassName
{
color: #346F60;
}
.AnyTagClassName
{
color: #346F60;
}
</style>
background-color css
<style>
a { background-color: #346F60; }
a { background-color: rgb(52,111,96); }
div.DivClassName
{
background-color: #346F60;
}
.BgClassName
{
background-color: #346F60;
}
</style>
border-color css
<style>
span { border-color: #346F60; }
span { border-color: rgb(52,111,96); }
td.TdClassName
{
border-color: #346F60;
}
.TagClassName
{
border-color: #346F60;
}
</style>