#347A76

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

Shades of Elm #347A76

Tints of Elm #347A76

Color information

#347A76 (or 0x347A76) is unknown color: approx Elm. HEX triplet: 34, 7A and 76. RGB value is (52,122,118). Sum of RGB (Red+Green+Blue) = 52+122+118=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #347A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A76 is #CB8589. Grayscale: #646464. Windows color (decimal): -13337994 or 7764532. OLE color: 7764532.

HSL color Cylindrical-coordinate representation of color #347A76: hue angle of 176.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A76 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB52122118-
CMYK0.5700.030.52
HSL176.57º40.23%34.12%-
HSV(B)176.57º57.38%47.84%-
XYZ11.6515.9619.61-
YUV100.61137.8193.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=17.81%
G=41.78%
B=40.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521221180.5700.030.52176.5740.2334.12
Hex347A76390334b12822
Octal641721667103642615042
Binary1101001111010111011011100101111010010110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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