#377D78

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

Shades of Elm #377D78

Tints of Elm #377D78

Color information

#377D78 (or 0x377D78) is unknown color: approx Elm. HEX triplet: 37, 7D and 78. RGB value is (55,125,120). Sum of RGB (Red+Green+Blue) = 55+125+120=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #377D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D78 is #C88287. Grayscale: #676767. Windows color (decimal): -13140616 or 7896375. OLE color: 7896375.

HSL color Cylindrical-coordinate representation of color #377D78: hue angle of 175.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D78 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB55125120-
CMYK0.5600.040.51
HSL175.71º38.89%35.29%-
HSV(B)175.71º56%49.02%-
XYZ12.316.8420.37-
YUV103.5137.3193.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 40%
R=18.33%
G=41.67%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551251200.5600.040.51175.7138.8935.29
Hex377D78380433b02723
Octal671751707004632604743
Binary11011111111011111000111000010011001110110000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377D78; }

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

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

<style>
 a { background-color: #377D78; }

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

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

<style>
 span { border-color: #377D78; }

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

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