#34827C

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

Shades of Elm #34827C

Tints of Elm #34827C

Color information

#34827C (or 0x34827C) is unknown color: approx Elm. HEX triplet: 34, 82 and 7C. RGB value is (52,130,124). Sum of RGB (Red+Green+Blue) = 52+130+124=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #34827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827C is #CB7D83. Grayscale: #696969. Windows color (decimal): -13335940 or 8159796. OLE color: 8159796.

HSL color Cylindrical-coordinate representation of color #34827C: hue angle of 175.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34827C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB52130124-
CMYK0.6000.050.49
HSL175.38º42.86%35.69%-
HSV(B)175.38º60%50.98%-
XYZ13.0418.1521.89-
YUV105.99138.1689.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=16.99%
G=42.48%
B=40.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521301240.6000.050.49175.3842.8635.69
Hex34827C3C0531af2b24
Octal642021747405612575344
Binary110100100000101111100111100010111000110101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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