#34857F

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

Shades of Elm #34857F

Tints of Elm #34857F

Color information

#34857F (or 0x34857F) is unknown color: approx Elm. HEX triplet: 34, 85 and 7F. RGB value is (52,133,127). Sum of RGB (Red+Green+Blue) = 52+133+127=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #34857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34857F is #CB7A80. Grayscale: #6C6C6C. Windows color (decimal): -13335169 or 8357172. OLE color: 8357172.

HSL color Cylindrical-coordinate representation of color #34857F: hue angle of 175.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34857F is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB52133127-
CMYK0.6100.050.48
HSL175.56º43.78%36.27%-
HSV(B)175.56º60.9%52.16%-
XYZ13.6319.0423.03-
YUV108.1138.6687.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 127 (50% from 255) = 40.71%
R=16.67%
G=42.63%
B=40.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331270.6100.050.48175.5643.7836.27
Hex34857F3D0530b02c24
Octal642051777505602605444
Binary110100100001011111111111101010111000010110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34857F; }

 p { color: rgb(52,133,127); }

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

<style>
 a { background-color: #34857F; }

 a { background-color: rgb(52,133,127); }

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

<style>
 span { border-color: #34857F; }

 span { border-color: rgb(52,133,127); }

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