#37877D

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

Shades of Elm #37877D

Tints of Elm #37877D

Color information

#37877D (or 0x37877D) is unknown color: approx Elm. HEX triplet: 37, 87 and 7D. RGB value is (55,135,125). Sum of RGB (Red+Green+Blue) = 55+135+125=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #37877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37877D is #C87882. Grayscale: #6D6D6D. Windows color (decimal): -13138051 or 8226615. OLE color: 8226615.

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

Color convert

RGB55135125-
CMYK0.5900.070.47
HSL172.5º42.11%37.25%-
HSV(B)172.5º59.26%52.94%-
XYZ13.9419.6222.45-
YUV109.94136.588.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=17.46%
G=42.86%
B=39.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351250.5900.070.47172.542.1137.25
Hex37877D3B072Fac2a25
Octal672071757307572545245
Binary110111100001111111101111011011110111110101100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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