Shades of Genoa #34746F
Tints of Genoa #34746F
RGB
CMYK
RGB Variations
Color information
#34746F (or 0x34746F) is known color: Genoa. HEX triplet: 34, 74 and 6F. RGB value is (52,116,111). Sum of RGB (Red+Green+Blue) = 52+116+111=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #34746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746F is #CB8B90. Grayscale: #606060. Windows color (decimal): -13339537 or 7304244. OLE color: 7304244.
HSL color Cylindrical-coordinate representation of color #34746F: hue angle of 175.31º 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 #34746F is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 111 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.55 |
| HSL | 175.31º | 0.38% | 0.33% | - |
| HSV(B) | 175.31º | 0.55% | 0.45% | - |
| XYZ | 10.53 | 14.37 | 17.26 | - |
| YUV | 96.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 111 | 0.55 | 0 | 0.04 | 0.55 | 175.31 | 0.38 | 0.33 |
| Hex | 34 | 74 | 6F | 37 | 0 | 4 | 37 | AF | 26 | 21 |
| Octal | 64 | 164 | 157 | 67 | 0 | 4 | 67 | 257 | 46 | 41 |
| Binary | 110100 | 1110100 | 1101111 | 110111 | 0 | 100 | 110111 | 10101111 | 100110 | 100001 |
Color Harmonies of #34746F
Complementary color
Monochromatic Colors of #34746F
Black with #34746F
Text Example
Text Example
White with #34746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34746F; }
p { color: rgb(52,116,111); }
H1.HeaderClassName
{
color: #34746F;
}
.AnyTagClassName
{
color: #34746F;
}
</style>
background-color css
<style>
a { background-color: #34746F; }
a { background-color: rgb(52,116,111); }
div.DivClassName
{
background-color: #34746F;
}
.BgClassName
{
background-color: #34746F;
}
</style>
border-color css
<style>
span { border-color: #34746F; }
span { border-color: rgb(52,116,111); }
td.TdClassName
{
border-color: #34746F;
}
.TagClassName
{
border-color: #34746F;
}
</style>