#357373

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

Shades of Ming #357373

Tints of Ming #357373

Color information

#357373 (or 0x357373) is unknown color: approx Ming. HEX triplet: 35, 73 and 73. RGB value is (53,115,115). Sum of RGB (Red+Green+Blue) = 53+115+115=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #357373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357373 is #CA8C8C. Grayscale: #606060. Windows color (decimal): -13274253 or 7566133. OLE color: 7566133.

HSL color Cylindrical-coordinate representation of color #357373: hue angle of 180º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357373 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53115115-
CMYK0.54000.55
HSL180º36.9%32.94%-
HSV(B)180º53.91%45.1%-
XYZ10.6914.2618.41-
YUV96.46138.4697-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=18.73%
G=40.64%
B=40.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151150.54000.5518036.932.94
Hex357373360037b42521
Octal651631636600672644541
Binary110101111001111100111101100011011110110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357373; }

 p { color: rgb(53,115,115); }

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

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

 a { background-color: rgb(53,115,115); }

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

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

 span { border-color: rgb(53,115,115); }

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