#377575

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

Shades of Ming #377575

Tints of Ming #377575

Color information

#377575 (or 0x377575) is unknown color: approx Ming. HEX triplet: 37, 75 and 75. RGB value is (55,117,117). Sum of RGB (Red+Green+Blue) = 55+117+117=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #377575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377575 is #C88A8A. Grayscale: #626262. Windows color (decimal): -13142667 or 7697719. OLE color: 7697719.

HSL color Cylindrical-coordinate representation of color #377575: hue angle of 180º 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 #377575 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55117117-
CMYK0.53000.54
HSL180º36.05%33.73%-
HSV(B)180º52.99%45.88%-
XYZ11.1514.8219.1-
YUV98.46138.4697-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=19.03%
G=40.48%
B=40.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171170.53000.5418036.0533.73
Hex377575350036b42422
Octal671651656500662644442
Binary110111111010111101011101010011011010110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377575; }

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

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

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

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

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

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

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

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