#357170

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

Shades of Ming #357170

Tints of Ming #357170

Color information

#357170 (or 0x357170) is unknown color: approx Ming. HEX triplet: 35, 71 and 70. RGB value is (53,113,112). Sum of RGB (Red+Green+Blue) = 53+113+112=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #357170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357170 is #CA8E8F. Grayscale: #5E5E5E. Windows color (decimal): -13274768 or 7369013. OLE color: 7369013.

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

Color convert

RGB53113112-
CMYK0.5300.010.56
HSL179º36.14%32.55%-
HSV(B)179º53.1%44.31%-
XYZ10.313.7417.44-
YUV94.95137.6298.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=19.06%
G=40.65%
B=40.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531131120.5300.010.5617936.1432.55
Hex357170350138b32421
Octal651611606501702634441
Binary110101111000111100001101010111100010110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357170; }

 p { color: rgb(53,113,112); }

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

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

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

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

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

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

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