#347C76

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

Shades of Elm #347C76

Tints of Elm #347C76

Color information

#347C76 (or 0x347C76) is unknown color: approx Elm. HEX triplet: 34, 7C and 76. RGB value is (52,124,118). Sum of RGB (Red+Green+Blue) = 52+124+118=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #347C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C76 is #CB8389. Grayscale: #656565. Windows color (decimal): -13337482 or 7765044. OLE color: 7765044.

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

Color convert

RGB52124118-
CMYK0.5800.050.51
HSL175º40.91%34.51%-
HSV(B)175º58.06%48.63%-
XYZ11.8916.4519.69-
YUV101.79137.1592.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=17.69%
G=42.18%
B=40.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521241180.5800.050.5117540.9134.51
Hex347C763A0533af2923
Octal641741667205632575143
Binary11010011111001110110111010010111001110101111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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