#37857E

Color #37857E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #37857E

Tints of Elm #37857E

Color information

#37857E (or 0x37857E) is unknown color: approx Elm. HEX triplet: 37, 85 and 7E. RGB value is (55,133,126). Sum of RGB (Red+Green+Blue) = 55+133+126=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #37857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857E is #C87A81. Grayscale: #6C6C6C. Windows color (decimal): -13138562 or 8291639. OLE color: 8291639.

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

Color convert

RGB55133126-
CMYK0.5900.050.48
HSL174.62º41.49%36.86%-
HSV(B)174.62º58.65%52.16%-
XYZ13.7319.0922.7-
YUV108.88137.6689.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=17.52%
G=42.36%
B=40.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331260.5900.050.48174.6241.4936.86
Hex37857E3B0530af2925
Octal672051767305602575145
Binary110111100001011111110111011010111000010101111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37857E;
 }
 .AnyTagClassName
 {
   color: #37857E;
 }
</style>
background-color css

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

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

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

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

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

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