Html Css Color HEX #37857D Elm

📋 copy color: '#37857D'

red 55 ◦ green 133 ◦ blue 125

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

Shades of Elm #37857D

Tints of Elm #37857D

RGB

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

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

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

R = 17.57%
G = 42.49%
B = 39.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#37857D (or 0x37857D) is known color: Elm. HEX triplet: 37, 85 and 7D. RGB value is (55,133,125). Sum of RGB (Red+Green+Blue) = 55+133+125=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #37857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857D is #C87A82. Grayscale: #6C6C6C. Windows color (decimal): -13138563 or 8226103. OLE color: 8226103.

HSL color Cylindrical-coordinate representation of color #37857D: hue angle of 173.85º 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 #37857D is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 125 -
CMYK 0.59 0 0.06 0.48
HSL 173.85º 0.41% 0.37% -
HSV(B) 173.85º 0.59% 0.52% -
XYZ 13.66 19.07 22.36 -
YUV 108.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 55 133 125 0.59 0 0.06 0.48 173.85 0.41 0.37
Hex 37 85 7D 3B 0 6 30 AE 29 25
Octal 67 205 175 73 0 6 60 256 51 45
Binary 110111 10000101 1111101 111011 0 110 110000 10101110 101001 100101

Color Harmonies of #37857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37857D

Black with #37857D

Text Example


Text Example

White with #37857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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