#377675

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

Shades of Ming #377675

Tints of Ming #377675

Color information

#377675 (or 0x377675) is unknown color: approx Ming. HEX triplet: 37, 76 and 75. RGB value is (55,118,117). Sum of RGB (Red+Green+Blue) = 55+118+117=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #377675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377675 is #C8898A. Grayscale: #626262. Windows color (decimal): -13142411 or 7697975. OLE color: 7697975.

HSL color Cylindrical-coordinate representation of color #377675: hue angle of 179.05º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377675 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB55118117-
CMYK0.5300.010.54
HSL179.05º36.42%33.92%-
HSV(B)179.05º53.39%46.27%-
XYZ11.2615.0519.14-
YUV99.05138.1396.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=18.97%
G=40.69%
B=40.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551181170.5300.010.54179.0536.4233.92
Hex377675350136b32422
Octal671661656501662634442
Binary110111111011011101011101010111011010110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377675; }

 p { color: rgb(55,118,117); }

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

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

 a { background-color: rgb(55,118,117); }

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

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

 span { border-color: rgb(55,118,117); }

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