#34837A

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

Shades of Elm #34837A

Tints of Elm #34837A

Color information

#34837A (or 0x34837A) is unknown color: approx Elm. HEX triplet: 34, 83 and 7A. RGB value is (52,131,122). Sum of RGB (Red+Green+Blue) = 52+131+122=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #34837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34837A is #CB7C85. Grayscale: #6A6A6A. Windows color (decimal): -13335686 or 8028980. OLE color: 8028980.

HSL color Cylindrical-coordinate representation of color #34837A: hue angle of 173.16º 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 #34837A is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB52131122-
CMYK0.6000.070.49
HSL173.16º43.17%35.88%-
HSV(B)173.16º60.31%51.37%-
XYZ13.0518.3721.27-
YUV106.35136.8389.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 122 (48.05% from 255) = 40%
R=17.05%
G=42.95%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521311220.6000.070.49173.1643.1735.88
Hex34837A3C0731ad2b24
Octal642031727407612555344
Binary110100100000111111010111100011111000110101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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