#37867F

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

Shades of Elm #37867F

Tints of Elm #37867F

Color information

#37867F (or 0x37867F) is unknown color: approx Elm. HEX triplet: 37, 86 and 7F. RGB value is (55,134,127). Sum of RGB (Red+Green+Blue) = 55+134+127=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #37867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37867F is #C87980. Grayscale: #6D6D6D. Windows color (decimal): -13138305 or 8357431. OLE color: 8357431.

HSL color Cylindrical-coordinate representation of color #37867F: hue angle of 174.68º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37867F is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB55134127-
CMYK0.5900.050.47
HSL174.68º41.8%37.06%-
HSV(B)174.68º58.96%52.55%-
XYZ13.9319.3923.09-
YUV109.58137.8389.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 127 (50% from 255) = 40.19%
R=17.41%
G=42.41%
B=40.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341270.5900.050.47174.6841.837.06
Hex37867F3B052Faf2a25
Octal672061777305572575245
Binary110111100001101111111111011010110111110101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37867F; }

 p { color: rgb(55,134,127); }

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

<style>
 a { background-color: #37867F; }

 a { background-color: rgb(55,134,127); }

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

<style>
 span { border-color: #37867F; }

 span { border-color: rgb(55,134,127); }

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