#34857C

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

Shades of Elm #34857C

Tints of Elm #34857C

Color information

#34857C (or 0x34857C) is unknown color: approx Elm. HEX triplet: 34, 85 and 7C. RGB value is (52,133,124). Sum of RGB (Red+Green+Blue) = 52+133+124=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #34857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34857C is #CB7A83. Grayscale: #6B6B6B. Windows color (decimal): -13335172 or 8160564. OLE color: 8160564.

HSL color Cylindrical-coordinate representation of color #34857C: hue angle of 173.33º 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 #34857C is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB52133124-
CMYK0.6100.070.48
HSL173.33º43.78%36.27%-
HSV(B)173.33º60.9%52.16%-
XYZ13.4418.9622.02-
YUV107.76137.1688.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=16.83%
G=43.04%
B=40.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331240.6100.070.48173.3343.7836.27
Hex34857C3D0730ad2c24
Octal642051747507602555444
Binary110100100001011111100111101011111000010101101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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