Html Css Color HEX #37837C Elm

📋 copy color: '#37837C'

red 55 ◦ green 131 ◦ blue 124

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

Shades of Elm #37837C

Tints of Elm #37837C

RGB

 RED value IS 55 (21.88% from 255) = 17.74%

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

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

R = 17.74%
G = 42.26%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#37837C (or 0x37837C) is known color: Elm. HEX triplet: 37, 83 and 7C. RGB value is (55,131,124). Sum of RGB (Red+Green+Blue) = 55+131+124=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #37837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37837C is #C87C83. Grayscale: #6B6B6B. Windows color (decimal): -13139076 or 8160055. OLE color: 8160055.

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

Color convert

RGB 55 131 124 -
CMYK 0.58 0 0.05 0.49
HSL 174.47º 0.41% 0.36% -
HSV(B) 174.47º 0.58% 0.51% -
XYZ 13.33 18.5 21.94 -
YUV 107.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 55 131 124 0.58 0 0.05 0.49 174.47 0.41 0.36
Hex 37 83 7C 3A 0 5 31 AE 29 24
Octal 67 203 174 72 0 5 61 256 51 44
Binary 110111 10000011 1111100 111010 0 101 110001 10101110 101001 100100

Color Harmonies of #37837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37837C

Black with #37837C

Text Example


Text Example

White with #37837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,131,124); }

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

background-color css

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

 a { background-color: rgb(55,131,124); }

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

border-color css

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

 span { border-color: rgb(55,131,124); }

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