Html Css Color HEX #37857C Elm

📋 copy color: '#37857C'

red 55 ◦ green 133 ◦ blue 124

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

Shades of Elm #37857C

Tints of Elm #37857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 17.63%
G = 42.63%
B = 39.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#37857C (or 0x37857C) is known color: Elm. HEX triplet: 37, 85 and 7C. RGB value is (55,133,124). Sum of RGB (Red+Green+Blue) = 55+133+124=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #37857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857C is #C87A83. Grayscale: #6C6C6C. Windows color (decimal): -13138564 or 8160567. OLE color: 8160567.

HSL color Cylindrical-coordinate representation of color #37857C: hue angle of 173.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37857C is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 124 -
CMYK 0.59 0 0.07 0.48
HSL 173.08º 0.41% 0.37% -
HSV(B) 173.08º 0.59% 0.52% -
XYZ 13.6 19.04 22.03 -
YUV 108.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 55 133 124 0.59 0 0.07 0.48 173.08 0.41 0.37
Hex 37 85 7C 3B 0 7 30 AD 29 25
Octal 67 205 174 73 0 7 60 255 51 45
Binary 110111 10000101 1111100 111011 0 111 110000 10101101 101001 100101

Color Harmonies of #37857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37857C

Black with #37857C

Text Example


Text Example

White with #37857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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