#347D78

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

Shades of Elm #347D78

Tints of Elm #347D78

Color information

#347D78 (or 0x347D78) is unknown color: approx Elm. HEX triplet: 34, 7D and 78. RGB value is (52,125,120). Sum of RGB (Red+Green+Blue) = 52+125+120=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #347D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D78 is #CB8287. Grayscale: #666666. Windows color (decimal): -13337224 or 7896372. OLE color: 7896372.

HSL color Cylindrical-coordinate representation of color #347D78: hue angle of 175.89º 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 #347D78 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB52125120-
CMYK0.5800.040.51
HSL175.89º41.24%34.71%-
HSV(B)175.89º58.4%49.02%-
XYZ12.1416.7520.36-
YUV102.6137.8291.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=17.51%
G=42.09%
B=40.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521251200.5800.040.51175.8941.2434.71
Hex347D783A0433b02923
Octal641751707204632605143
Binary11010011111011111000111010010011001110110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,125,120); }

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

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

 a { background-color: rgb(52,125,120); }

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

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

 span { border-color: rgb(52,125,120); }

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