#347E76

Color #347E76 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #347E76

Tints of Genoa #347E76

Color information

#347E76 (or 0x347E76) is unknown color: approx Genoa. HEX triplet: 34, 7E and 76. RGB value is (52,126,118). Sum of RGB (Red+Green+Blue) = 52+126+118=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #347E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E76 is #CB8189. Grayscale: #666666. Windows color (decimal): -13336970 or 7765556. OLE color: 7765556.

HSL color Cylindrical-coordinate representation of color #347E76: hue angle of 173.51º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E76 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB52126118-
CMYK0.5900.060.51
HSL173.51º41.57%34.9%-
HSV(B)173.51º58.73%49.41%-
XYZ12.1516.9619.77-
YUV102.96136.4891.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 126 (49.61% from 255) = 42.57%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=17.57%
G=42.57%
B=39.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521261180.5900.060.51173.5141.5734.9
Hex347E763B0633ae2a23
Octal641761667306632565243
Binary11010011111101110110111011011011001110101110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E76; }

 p { color: rgb(52,126,118); }

 H1.HeaderClassName
 {
   color: #347E76;
 }
 .AnyTagClassName
 {
   color: #347E76;
 }
</style>
background-color css

<style>
 a { background-color: #347E76; }

 a { background-color: rgb(52,126,118); }

 div.DivClassName
 {
   background-color: #347E76;
 }
 .BgClassName
 {
   background-color: #347E76;
 }
</style>
border-color css

<style>
 span { border-color: #347E76; }

 span { border-color: rgb(52,126,118); }

 td.TdClassName
 {
   border-color: #347E76;
 }
 .TagClassName
 {
   border-color: #347E76;
 }
</style>