Shades of Genoa #34745F
Tints of Genoa #34745F
RGB
CMYK
RGB Variations
Color information
#34745F (or 0x34745F) is known color: Genoa. HEX triplet: 34, 74 and 5F. RGB value is (52,116,95). Sum of RGB (Red+Green+Blue) = 52+116+95=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #34745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34745F is #CB8BA0. Grayscale: #5E5E5E. Windows color (decimal): -13339553 or 6255668. OLE color: 6255668.
HSL color Cylindrical-coordinate representation of color #34745F: hue angle of 160.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 #34745F is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 95 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.55 |
| HSL | 160.31º | 0.38% | 0.33% | - |
| HSV(B) | 160.31º | 0.55% | 0.45% | - |
| XYZ | 9.73 | 14.05 | 13.03 | - |
| YUV | 94.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 95 | 0.55 | 0 | 0.18 | 0.55 | 160.31 | 0.38 | 0.33 |
| Hex | 34 | 74 | 5F | 37 | 0 | 12 | 37 | A0 | 26 | 21 |
| Octal | 64 | 164 | 137 | 67 | 0 | 22 | 67 | 240 | 46 | 41 |
| Binary | 110100 | 1110100 | 1011111 | 110111 | 0 | 10010 | 110111 | 10100000 | 100110 | 100001 |
Color Harmonies of #34745F
Complementary color
Monochromatic Colors of #34745F
Black with #34745F
Text Example
Text Example
White with #34745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34745F; }
p { color: rgb(52,116,95); }
H1.HeaderClassName
{
color: #34745F;
}
.AnyTagClassName
{
color: #34745F;
}
</style>
background-color css
<style>
a { background-color: #34745F; }
a { background-color: rgb(52,116,95); }
div.DivClassName
{
background-color: #34745F;
}
.BgClassName
{
background-color: #34745F;
}
</style>
border-color css
<style>
span { border-color: #34745F; }
span { border-color: rgb(52,116,95); }
td.TdClassName
{
border-color: #34745F;
}
.TagClassName
{
border-color: #34745F;
}
</style>