#37837D

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

Shades of Elm #37837D

Tints of Elm #37837D

Color information

#37837D (or 0x37837D) is unknown color: approx Elm. HEX triplet: 37, 83 and 7D. RGB value is (55,131,125). Sum of RGB (Red+Green+Blue) = 55+131+125=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #37837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37837D is #C87C82. Grayscale: #6B6B6B. Windows color (decimal): -13139075 or 8225591. OLE color: 8225591.

HSL color Cylindrical-coordinate representation of color #37837D: hue angle of 175.26º 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 #37837D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB55131125-
CMYK0.5800.050.49
HSL175.26º40.86%36.47%-
HSV(B)175.26º58.02%51.37%-
XYZ13.3918.5322.27-
YUV107.59137.8290.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=17.68%
G=42.12%
B=40.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311250.5800.050.49175.2640.8636.47
Hex37837D3A0531af2924
Octal672031757205612575144
Binary110111100000111111101111010010111000110101111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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