#357271

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

Shades of Ming #357271

Tints of Ming #357271

Color information

#357271 (or 0x357271) is unknown color: approx Ming. HEX triplet: 35, 72 and 71. RGB value is (53,114,113). Sum of RGB (Red+Green+Blue) = 53+114+113=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #357271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357271 is #CA8D8E. Grayscale: #5F5F5F. Windows color (decimal): -13274511 or 7434805. OLE color: 7434805.

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

Color convert

RGB53114113-
CMYK0.5400.010.55
HSL179.02º36.53%32.75%-
HSV(B)179.02º53.51%44.71%-
XYZ10.4713.9817.77-
YUV95.65137.7997.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=18.93%
G=40.71%
B=40.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531141130.5400.010.55179.0236.5332.75
Hex357271360137b32521
Octal651621616601672634541
Binary110101111001011100011101100111011110110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357271; }

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

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

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

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

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

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

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

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