Shades of Genoa #34726C
Tints of Genoa #34726C
RGB
CMYK
RGB Variations
Color information
#34726C (or 0x34726C) is known color: Genoa. HEX triplet: 34, 72 and 6C. RGB value is (52,114,108). Sum of RGB (Red+Green+Blue) = 52+114+108=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #34726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34726C is #CB8D93. Grayscale: #5E5E5E. Windows color (decimal): -13340052 or 7107124. OLE color: 7107124.
HSL color Cylindrical-coordinate representation of color #34726C: hue angle of 174.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34726C is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 114 | 108 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.55 |
| HSL | 174.19º | 0.37% | 0.33% | - |
| HSV(B) | 174.19º | 0.54% | 0.45% | - |
| XYZ | 10.14 | 13.85 | 16.33 | - |
| YUV | 94.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 108 | 0.54 | 0 | 0.05 | 0.55 | 174.19 | 0.37 | 0.33 |
| Hex | 34 | 72 | 6C | 36 | 0 | 5 | 37 | AE | 25 | 21 |
| Octal | 64 | 162 | 154 | 66 | 0 | 5 | 67 | 256 | 45 | 41 |
| Binary | 110100 | 1110010 | 1101100 | 110110 | 0 | 101 | 110111 | 10101110 | 100101 | 100001 |
Color Harmonies of #34726C
Complementary color
Monochromatic Colors of #34726C
Black with #34726C
Text Example
Text Example
White with #34726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34726C; }
p { color: rgb(52,114,108); }
H1.HeaderClassName
{
color: #34726C;
}
.AnyTagClassName
{
color: #34726C;
}
</style>
background-color css
<style>
a { background-color: #34726C; }
a { background-color: rgb(52,114,108); }
div.DivClassName
{
background-color: #34726C;
}
.BgClassName
{
background-color: #34726C;
}
</style>
border-color css
<style>
span { border-color: #34726C; }
span { border-color: rgb(52,114,108); }
td.TdClassName
{
border-color: #34726C;
}
.TagClassName
{
border-color: #34726C;
}
</style>