Shades of Genoa #34746C
Tints of Genoa #34746C
RGB
CMYK
RGB Variations
Color information
#34746C (or 0x34746C) is known color: Genoa. HEX triplet: 34, 74 and 6C. RGB value is (52,116,108). Sum of RGB (Red+Green+Blue) = 52+116+108=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #34746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746C is #CB8B93. Grayscale: #5F5F5F. Windows color (decimal): -13339540 or 7107636. OLE color: 7107636.
HSL color Cylindrical-coordinate representation of color #34746C: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34746C is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 108 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.55 |
| HSL | 172.5º | 0.38% | 0.33% | - |
| HSV(B) | 172.5º | 0.55% | 0.45% | - |
| XYZ | 10.37 | 14.3 | 16.4 | - |
| YUV | 95.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 108 | 0.55 | 0 | 0.07 | 0.55 | 172.5 | 0.38 | 0.33 |
| Hex | 34 | 74 | 6C | 37 | 0 | 7 | 37 | AC | 26 | 21 |
| Octal | 64 | 164 | 154 | 67 | 0 | 7 | 67 | 254 | 46 | 41 |
| Binary | 110100 | 1110100 | 1101100 | 110111 | 0 | 111 | 110111 | 10101100 | 100110 | 100001 |
Color Harmonies of #34746C
Complementary color
Monochromatic Colors of #34746C
Black with #34746C
Text Example
Text Example
White with #34746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34746C; }
p { color: rgb(52,116,108); }
H1.HeaderClassName
{
color: #34746C;
}
.AnyTagClassName
{
color: #34746C;
}
</style>
background-color css
<style>
a { background-color: #34746C; }
a { background-color: rgb(52,116,108); }
div.DivClassName
{
background-color: #34746C;
}
.BgClassName
{
background-color: #34746C;
}
</style>
border-color css
<style>
span { border-color: #34746C; }
span { border-color: rgb(52,116,108); }
td.TdClassName
{
border-color: #34746C;
}
.TagClassName
{
border-color: #34746C;
}
</style>