Html Css Color HEX #34837D Elm

📋 copy color: '#34837D'

red 52 ◦ green 131 ◦ blue 125

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

Shades of Elm #34837D

Tints of Elm #34837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 16.88%
G = 42.53%
B = 40.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#34837D (or 0x34837D) is known color: Elm. HEX triplet: 34, 83 and 7D. RGB value is (52,131,125). Sum of RGB (Red+Green+Blue) = 52+131+125=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #34837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34837D is #CB7C82. Grayscale: #6A6A6A. Windows color (decimal): -13335683 or 8225588. OLE color: 8225588.

HSL color Cylindrical-coordinate representation of color #34837D: hue angle of 175.44º 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 #34837D is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 125 -
CMYK 0.60 0 0.05 0.49
HSL 175.44º 0.43% 0.36% -
HSV(B) 175.44º 0.6% 0.51% -
XYZ 13.23 18.44 22.26 -
YUV 106.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 52 131 125 0.60 0 0.05 0.49 175.44 0.43 0.36
Hex 34 83 7D 3C 0 5 31 AF 2B 24
Octal 64 203 175 74 0 5 61 257 53 44
Binary 110100 10000011 1111101 111100 0 101 110001 10101111 101011 100100

Color Harmonies of #34837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34837D

Black with #34837D

Text Example


Text Example

White with #34837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34837D; }

 p { color: rgb(52,131,125); }

 H1.HeaderClassName
 {
   color: #34837D;
 }
 .AnyTagClassName
 {
   color: #34837D;
 }
</style>

background-color css

<style>
 a { background-color: #34837D; }

 a { background-color: rgb(52,131,125); }

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

border-color css

<style>
 span { border-color: #34837D; }

 span { border-color: rgb(52,131,125); }

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