#377978

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

Shades of Ming #377978

Tints of Ming #377978

Color information

#377978 (or 0x377978) is unknown color: approx Ming. HEX triplet: 37, 79 and 78. RGB value is (55,121,120). Sum of RGB (Red+Green+Blue) = 55+121+120=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #377978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377978 is #C88687. Grayscale: #656565. Windows color (decimal): -13141640 or 7895351. OLE color: 7895351.

HSL color Cylindrical-coordinate representation of color #377978: hue angle of 179.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377978 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB55121120-
CMYK0.5500.010.53
HSL179.09º37.5%34.51%-
HSV(B)179.09º54.55%47.45%-
XYZ11.815.8420.21-
YUV101.15138.6395.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=18.58%
G=40.88%
B=40.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551211200.5500.010.53179.0937.534.51
Hex377978370135b32623
Octal671711706701652634643
Binary110111111100111110001101110111010110110011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377978; }

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

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

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

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

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

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

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

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