Shades of Genoa #34706C
Tints of Genoa #34706C
RGB
CMYK
RGB Variations
Color information
#34706C (or 0x34706C) is known color: Genoa. HEX triplet: 34, 70 and 6C. RGB value is (52,112,108). Sum of RGB (Red+Green+Blue) = 52+112+108=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #34706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34706C is #CB8F93. Grayscale: #5D5D5D. Windows color (decimal): -13340564 or 7106612. OLE color: 7106612.
HSL color Cylindrical-coordinate representation of color #34706C: hue angle of 176º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34706C is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 108 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.56 |
| HSL | 176º | 0.37% | 0.32% | - |
| HSV(B) | 176º | 0.54% | 0.44% | - |
| XYZ | 9.92 | 13.4 | 16.25 | - |
| YUV | 93.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 108 | 0.54 | 0 | 0.04 | 0.56 | 176 | 0.37 | 0.32 |
| Hex | 34 | 70 | 6C | 36 | 0 | 4 | 38 | B0 | 25 | 20 |
| Octal | 64 | 160 | 154 | 66 | 0 | 4 | 70 | 260 | 45 | 40 |
| Binary | 110100 | 1110000 | 1101100 | 110110 | 0 | 100 | 111000 | 10110000 | 100101 | 100000 |
Color Harmonies of #34706C
Complementary color
Monochromatic Colors of #34706C
Black with #34706C
Text Example
Text Example
White with #34706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34706C; }
p { color: rgb(52,112,108); }
H1.HeaderClassName
{
color: #34706C;
}
.AnyTagClassName
{
color: #34706C;
}
</style>
background-color css
<style>
a { background-color: #34706C; }
a { background-color: rgb(52,112,108); }
div.DivClassName
{
background-color: #34706C;
}
.BgClassName
{
background-color: #34706C;
}
</style>
border-color css
<style>
span { border-color: #34706C; }
span { border-color: rgb(52,112,108); }
td.TdClassName
{
border-color: #34706C;
}
.TagClassName
{
border-color: #34706C;
}
</style>