#357272

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

Shades of Ming #357272

Tints of Ming #357272

Color information

#357272 (or 0x357272) is unknown color: approx Ming. HEX triplet: 35, 72 and 72. RGB value is (53,114,114). Sum of RGB (Red+Green+Blue) = 53+114+114=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #357272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357272 is #CA8D8D. Grayscale: #5F5F5F. Windows color (decimal): -13274510 or 7500341. OLE color: 7500341.

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

Color convert

RGB53114114-
CMYK0.54000.55
HSL180º36.53%32.75%-
HSV(B)180º53.51%44.71%-
XYZ10.5214.0118.07-
YUV95.76138.2997.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=18.86%
G=40.57%
B=40.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531141140.54000.5518036.5332.75
Hex357272360037b42521
Octal651621626600672644541
Binary110101111001011100101101100011011110110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357272; }

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

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

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

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

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

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

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

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