#34867E

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

Shades of Elm #34867E

Tints of Elm #34867E

Color information

#34867E (or 0x34867E) is unknown color: approx Elm. HEX triplet: 34, 86 and 7E. RGB value is (52,134,126). Sum of RGB (Red+Green+Blue) = 52+134+126=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #34867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34867E is #CB7981. Grayscale: #6C6C6C. Windows color (decimal): -13334914 or 8291892. OLE color: 8291892.

HSL color Cylindrical-coordinate representation of color #34867E: hue angle of 174.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34867E is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB52134126-
CMYK0.6100.060.47
HSL174.15º44.09%36.47%-
HSV(B)174.15º61.19%52.55%-
XYZ13.7119.2922.74-
YUV108.57137.8387.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=16.67%
G=42.95%
B=40.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341260.6100.060.47174.1544.0936.47
Hex34867E3D062Fae2c24
Octal642061767506572565444
Binary110100100001101111110111101011010111110101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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