#34887E

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

Shades of Elm #34887E

Tints of Elm #34887E

Color information

#34887E (or 0x34887E) is unknown color: approx Elm. HEX triplet: 34, 88 and 7E. RGB value is (52,136,126). Sum of RGB (Red+Green+Blue) = 52+136+126=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #34887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34887E is #CB7781. Grayscale: #6D6D6D. Windows color (decimal): -13334402 or 8292404. OLE color: 8292404.

HSL color Cylindrical-coordinate representation of color #34887E: hue angle of 172.86º 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 #34887E is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB52136126-
CMYK0.6200.070.47
HSL172.86º44.68%36.86%-
HSV(B)172.86º61.76%53.33%-
XYZ13.9919.8422.83-
YUV109.74137.1786.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=16.56%
G=43.31%
B=40.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361260.6200.070.47172.8644.6836.86
Hex34887E3E072Fad2d25
Octal642101767607572555545
Binary110100100010001111110111110011110111110101101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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