Shades of Genoa #346D5F
Tints of Genoa #346D5F
RGB
CMYK
RGB Variations
Color information
#346D5F (or 0x346D5F) is known color: Genoa. HEX triplet: 34, 6D and 5F. RGB value is (52,109,95). Sum of RGB (Red+Green+Blue) = 52+109+95=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #346D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D5F is #CB92A0. Grayscale: #5A5A5A. Windows color (decimal): -13341345 or 6253876. OLE color: 6253876.
HSL color Cylindrical-coordinate representation of color #346D5F: hue angle of 165.26º 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 #346D5F is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 95 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.57 |
| HSL | 165.26º | 0.35% | 0.32% | - |
| HSV(B) | 165.26º | 0.52% | 0.43% | - |
| XYZ | 8.95 | 12.49 | 12.77 | - |
| YUV | 90.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 95 | 0.52 | 0 | 0.13 | 0.57 | 165.26 | 0.35 | 0.32 |
| Hex | 34 | 6D | 5F | 34 | 0 | D | 39 | A5 | 23 | 20 |
| Octal | 64 | 155 | 137 | 64 | 0 | 15 | 71 | 245 | 43 | 40 |
| Binary | 110100 | 1101101 | 1011111 | 110100 | 0 | 1101 | 111001 | 10100101 | 100011 | 100000 |
Color Harmonies of #346D5F
Complementary color
Monochromatic Colors of #346D5F
Black with #346D5F
Text Example
Text Example
White with #346D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D5F; }
p { color: rgb(52,109,95); }
H1.HeaderClassName
{
color: #346D5F;
}
.AnyTagClassName
{
color: #346D5F;
}
</style>
background-color css
<style>
a { background-color: #346D5F; }
a { background-color: rgb(52,109,95); }
div.DivClassName
{
background-color: #346D5F;
}
.BgClassName
{
background-color: #346D5F;
}
</style>
border-color css
<style>
span { border-color: #346D5F; }
span { border-color: rgb(52,109,95); }
td.TdClassName
{
border-color: #346D5F;
}
.TagClassName
{
border-color: #346D5F;
}
</style>