Html Css Color HEX #34887C Elm

📋 copy color: '#34887C'

red 52 ◦ green 136 ◦ blue 124

#34887C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #34887C

Tints of Elm #34887C

RGB

 RED value IS 52 (20.7% from 255) = 16.67%

 GREEN value IS 136 (53.52% from 255) = 43.59%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 16.67%
G = 43.59%
B = 39.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#34887C (or 0x34887C) is known color: Elm. HEX triplet: 34, 88 and 7C. RGB value is (52,136,124). Sum of RGB (Red+Green+Blue) = 52+136+124=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #34887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34887C is #CB7783. Grayscale: #6D6D6D. Windows color (decimal): -13334404 or 8161332. OLE color: 8161332.

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

Color convert

RGB 52 136 124 -
CMYK 0.62 0 0.09 0.47
HSL 171.43º 0.45% 0.37% -
HSV(B) 171.43º 0.62% 0.53% -
XYZ 13.86 19.79 22.16 -
YUV 109.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 52 136 124 0.62 0 0.09 0.47 171.43 0.45 0.37
Hex 34 88 7C 3E 0 9 2F AB 2D 25
Octal 64 210 174 76 0 11 57 253 55 45
Binary 110100 10001000 1111100 111110 0 1001 101111 10101011 101101 100101

Color Harmonies of #34887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34887C

Black with #34887C

Text Example


Text Example

White with #34887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34887C;
 }
 .AnyTagClassName
 {
   color: #34887C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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