#347F76

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

Shades of Genoa #347F76

Tints of Genoa #347F76

Color information

#347F76 (or 0x347F76) is unknown color: approx Genoa. HEX triplet: 34, 7F and 76. RGB value is (52,127,118). Sum of RGB (Red+Green+Blue) = 52+127+118=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #347F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F76 is #CB8089. Grayscale: #676767. Windows color (decimal): -13336714 or 7765812. OLE color: 7765812.

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

Color convert

RGB52127118-
CMYK0.5900.070.50
HSL172.8º41.9%35.1%-
HSV(B)172.8º59.06%49.8%-
XYZ12.2817.2219.82-
YUV103.55136.1591.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=17.51%
G=42.76%
B=39.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271180.5900.070.50172.841.935.1
Hex347F763B0732ad2a23
Octal641771667307622555243
Binary11010011111111110110111011011111001010101101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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