#437072

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

Shades of Ming #437072

Tints of Ming #437072

Color information

#437072 (or 0x437072) is unknown color: approx Ming. HEX triplet: 43, 70 and 72. RGB value is (67,112,114). Sum of RGB (Red+Green+Blue) = 67+112+114=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #437072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437072 is #BC8F8D. Grayscale: #626262. Windows color (decimal): -12357518 or 7499843. OLE color: 7499843.

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

Color convert

RGB67112114-
CMYK0.410.0200.55
HSL182.55º25.97%35.49%-
HSV(B)182.55º41.23%44.71%-
XYZ11.151418.03-
YUV98.77136.59105.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=22.87%
G=38.23%
B=38.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671121140.410.0200.55182.5525.9735.49
Hex437072292037b71a23
Octal1031601625120672673243
Binary1000011111000011100101010011001101111011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437072; }

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

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

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

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

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

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

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

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