#34837C

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

Shades of Elm #34837C

Tints of Elm #34837C

Color information

#34837C (or 0x34837C) is unknown color: approx Elm. HEX triplet: 34, 83 and 7C. RGB value is (52,131,124). Sum of RGB (Red+Green+Blue) = 52+131+124=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #34837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34837C is #CB7C83. Grayscale: #6A6A6A. Windows color (decimal): -13335684 or 8160052. OLE color: 8160052.

HSL color Cylindrical-coordinate representation of color #34837C: hue angle of 174.68º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34837C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB52131124-
CMYK0.6000.050.49
HSL174.68º43.17%35.88%-
HSV(B)174.68º60.31%51.37%-
XYZ13.1718.4221.93-
YUV106.58137.8389.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=16.94%
G=42.67%
B=40.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521311240.6000.050.49174.6843.1735.88
Hex34837C3C0531af2b24
Octal642031747405612575344
Binary110100100000111111100111100010111000110101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34837C; }

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

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

<style>
 a { background-color: #34837C; }

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

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

<style>
 span { border-color: #34837C; }

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

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