Html Css Color HEX #34897C Elm

📋 copy color: '#34897C'

red 52 ◦ green 137 ◦ blue 124

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

Shades of Elm #34897C

Tints of Elm #34897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 16.61%
G = 43.77%
B = 39.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#34897C (or 0x34897C) is known color: Elm. HEX triplet: 34, 89 and 7C. RGB value is (52,137,124). Sum of RGB (Red+Green+Blue) = 52+137+124=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #34897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34897C is #CB7683. Grayscale: #6E6E6E. Windows color (decimal): -13334148 or 8161588. OLE color: 8161588.

HSL color Cylindrical-coordinate representation of color #34897C: hue angle of 170.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34897C is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 124 -
CMYK 0.62 0 0.09 0.46
HSL 170.82º 0.45% 0.37% -
HSV(B) 170.82º 0.62% 0.54% -
XYZ 14 20.08 22.21 -
YUV 110.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 52 137 124 0.62 0 0.09 0.46 170.82 0.45 0.37
Hex 34 89 7C 3E 0 9 2E AB 2D 25
Octal 64 211 174 76 0 11 56 253 55 45
Binary 110100 10001001 1111100 111110 0 1001 101110 10101011 101101 100101

Color Harmonies of #34897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34897C

Black with #34897C

Text Example


Text Example

White with #34897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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