#437272

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

Shades of Ming #437272

Tints of Ming #437272

Color information

#437272 (or 0x437272) is unknown color: approx Ming. HEX triplet: 43, 72 and 72. RGB value is (67,114,114). Sum of RGB (Red+Green+Blue) = 67+114+114=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #437272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437272 is #BC8D8D. Grayscale: #636363. Windows color (decimal): -12357006 or 7500355. OLE color: 7500355.

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

Color convert

RGB67114114-
CMYK0.41000.55
HSL180º25.97%35.49%-
HSV(B)180º41.23%44.71%-
XYZ11.3714.4418.11-
YUV99.95135.93104.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=22.71%
G=38.64%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671141140.41000.5518025.9735.49
Hex437272290037b41a23
Octal1031621625100672643243
Binary100001111100101110010101001001101111011010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437272; }

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

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

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

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

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

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

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

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