Shades of Genoa #347B66
Tints of Genoa #347B66
RGB
CMYK
RGB Variations
Color information
#347B66 (or 0x347B66) is known color: Genoa. HEX triplet: 34, 7B and 66. RGB value is (52,123,102). Sum of RGB (Red+Green+Blue) = 52+123+102=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #347B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B66 is #CB8499. Grayscale: #636363. Windows color (decimal): -13337754 or 6716212. OLE color: 6716212.
HSL color Cylindrical-coordinate representation of color #347B66: hue angle of 162.25º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B66 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 102 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.52 |
| HSL | 162.25º | 0.41% | 0.34% | - |
| HSV(B) | 162.25º | 0.58% | 0.48% | - |
| XYZ | 10.9 | 15.86 | 15.06 | - |
| YUV | 99.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 102 | 0.58 | 0 | 0.17 | 0.52 | 162.25 | 0.41 | 0.34 |
| Hex | 34 | 7B | 66 | 3A | 0 | 11 | 34 | A2 | 29 | 22 |
| Octal | 64 | 173 | 146 | 72 | 0 | 21 | 64 | 242 | 51 | 42 |
| Binary | 110100 | 1111011 | 1100110 | 111010 | 0 | 10001 | 110100 | 10100010 | 101001 | 100010 |
Color Harmonies of #347B66
Complementary color
Monochromatic Colors of #347B66
Black with #347B66
Text Example
Text Example
White with #347B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B66; }
p { color: rgb(52,123,102); }
H1.HeaderClassName
{
color: #347B66;
}
.AnyTagClassName
{
color: #347B66;
}
</style>
background-color css
<style>
a { background-color: #347B66; }
a { background-color: rgb(52,123,102); }
div.DivClassName
{
background-color: #347B66;
}
.BgClassName
{
background-color: #347B66;
}
</style>
border-color css
<style>
span { border-color: #347B66; }
span { border-color: rgb(52,123,102); }
td.TdClassName
{
border-color: #347B66;
}
.TagClassName
{
border-color: #347B66;
}
</style>