Shades of Genoa #34756F
Tints of Genoa #34756F
RGB
CMYK
RGB Variations
Color information
#34756F (or 0x34756F) is known color: Genoa. HEX triplet: 34, 75 and 6F. RGB value is (52,117,111). Sum of RGB (Red+Green+Blue) = 52+117+111=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #34756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756F is #CB8A90. Grayscale: #606060. Windows color (decimal): -13339281 or 7304500. OLE color: 7304500.
HSL color Cylindrical-coordinate representation of color #34756F: hue angle of 174.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34756F is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 111 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.54 |
| HSL | 174.46º | 0.38% | 0.33% | - |
| HSV(B) | 174.46º | 0.56% | 0.46% | - |
| XYZ | 10.65 | 14.6 | 17.3 | - |
| YUV | 96.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 111 | 0.56 | 0 | 0.05 | 0.54 | 174.46 | 0.38 | 0.33 |
| Hex | 34 | 75 | 6F | 38 | 0 | 5 | 36 | AE | 26 | 21 |
| Octal | 64 | 165 | 157 | 70 | 0 | 5 | 66 | 256 | 46 | 41 |
| Binary | 110100 | 1110101 | 1101111 | 111000 | 0 | 101 | 110110 | 10101110 | 100110 | 100001 |
Color Harmonies of #34756F
Complementary color
Monochromatic Colors of #34756F
Black with #34756F
Text Example
Text Example
White with #34756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34756F; }
p { color: rgb(52,117,111); }
H1.HeaderClassName
{
color: #34756F;
}
.AnyTagClassName
{
color: #34756F;
}
</style>
background-color css
<style>
a { background-color: #34756F; }
a { background-color: rgb(52,117,111); }
div.DivClassName
{
background-color: #34756F;
}
.BgClassName
{
background-color: #34756F;
}
</style>
border-color css
<style>
span { border-color: #34756F; }
span { border-color: rgb(52,117,111); }
td.TdClassName
{
border-color: #34756F;
}
.TagClassName
{
border-color: #34756F;
}
</style>