#34887C

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

Shades of Elm #34887C

Tints of Elm #34887C

Color information

#34887C (or 0x34887C) is unknown color: approx Elm. HEX triplet: 34, 88 and 7C. RGB value is (52,136,124). Sum of RGB (Red+Green+Blue) = 52+136+124=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #34887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34887C is #CB7783. Grayscale: #6D6D6D. Windows color (decimal): -13334404 or 8161332. OLE color: 8161332.

HSL color Cylindrical-coordinate representation of color #34887C: hue angle of 171.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34887C is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB52136124-
CMYK0.6200.090.47
HSL171.43º44.68%36.86%-
HSV(B)171.43º61.76%53.33%-
XYZ13.8619.7922.16-
YUV109.52136.1786.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=16.67%
G=43.59%
B=39.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361240.6200.090.47171.4344.6836.86
Hex34887C3E092Fab2d25
Octal6421017476011572535545
Binary1101001000100011111001111100100110111110101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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