#37847D

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

Shades of Elm #37847D

Tints of Elm #37847D

Color information

#37847D (or 0x37847D) is unknown color: approx Elm. HEX triplet: 37, 84 and 7D. RGB value is (55,132,125). Sum of RGB (Red+Green+Blue) = 55+132+125=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #37847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37847D is #C87B82. Grayscale: #6C6C6C. Windows color (decimal): -13138819 or 8225847. OLE color: 8225847.

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

Color convert

RGB55132125-
CMYK0.5800.050.48
HSL174.55º41.18%36.67%-
HSV(B)174.55º58.33%51.76%-
XYZ13.5318.822.32-
YUV108.18137.4990.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=17.63%
G=42.31%
B=40.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321250.5800.050.48174.5541.1836.67
Hex37847D3A0530af2925
Octal672041757205602575145
Binary110111100001001111101111010010111000010101111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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