#357574

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

Shades of Ming #357574

Tints of Ming #357574

Color information

#357574 (or 0x357574) is unknown color: approx Ming. HEX triplet: 35, 75 and 74. RGB value is (53,117,116). Sum of RGB (Red+Green+Blue) = 53+117+116=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #357574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357574 is #CA8A8B. Grayscale: #616161. Windows color (decimal): -13273740 or 7632181. OLE color: 7632181.

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

Color convert

RGB53117116-
CMYK0.5500.010.54
HSL179.06º37.65%33.33%-
HSV(B)179.06º54.7%45.88%-
XYZ10.9814.7418.79-
YUV97.75138.396.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=18.53%
G=40.91%
B=40.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171160.5500.010.54179.0637.6533.33
Hex357574370136b32621
Octal651651646701662634641
Binary110101111010111101001101110111011010110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357574; }

 p { color: rgb(53,117,116); }

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

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

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

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

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

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

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