Shades of Genoa #34706D
Tints of Genoa #34706D
RGB
CMYK
RGB Variations
Color information
#34706D (or 0x34706D) is known color: Genoa. HEX triplet: 34, 70 and 6D. RGB value is (52,112,109). Sum of RGB (Red+Green+Blue) = 52+112+109=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #34706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34706D is #CB8F92. Grayscale: #5D5D5D. Windows color (decimal): -13340563 or 7172148. OLE color: 7172148.
HSL color Cylindrical-coordinate representation of color #34706D: hue angle of 177º 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 #34706D is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 109 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.56 |
| HSL | 177º | 0.37% | 0.32% | - |
| HSV(B) | 177º | 0.54% | 0.44% | - |
| XYZ | 9.97 | 13.42 | 16.53 | - |
| YUV | 93.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 109 | 0.54 | 0 | 0.03 | 0.56 | 177 | 0.37 | 0.32 |
| Hex | 34 | 70 | 6D | 36 | 0 | 3 | 38 | B1 | 25 | 20 |
| Octal | 64 | 160 | 155 | 66 | 0 | 3 | 70 | 261 | 45 | 40 |
| Binary | 110100 | 1110000 | 1101101 | 110110 | 0 | 11 | 111000 | 10110001 | 100101 | 100000 |
Color Harmonies of #34706D
Complementary color
Monochromatic Colors of #34706D
Black with #34706D
Text Example
Text Example
White with #34706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34706D; }
p { color: rgb(52,112,109); }
H1.HeaderClassName
{
color: #34706D;
}
.AnyTagClassName
{
color: #34706D;
}
</style>
background-color css
<style>
a { background-color: #34706D; }
a { background-color: rgb(52,112,109); }
div.DivClassName
{
background-color: #34706D;
}
.BgClassName
{
background-color: #34706D;
}
</style>
border-color css
<style>
span { border-color: #34706D; }
span { border-color: rgb(52,112,109); }
td.TdClassName
{
border-color: #34706D;
}
.TagClassName
{
border-color: #34706D;
}
</style>