#437070

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

Shades of Ming #437070

Tints of Ming #437070

Color information

#437070 (or 0x437070) is unknown color: approx Ming. HEX triplet: 43, 70 and 70. RGB value is (67,112,112). Sum of RGB (Red+Green+Blue) = 67+112+112=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #437070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437070 is #BC8F8F. Grayscale: #626262. Windows color (decimal): -12357520 or 7368771. OLE color: 7368771.

HSL color Cylindrical-coordinate representation of color #437070: hue angle of 180º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #437070 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB67112112-
CMYK0.40000.56
HSL180º25.14%35.1%-
HSV(B)180º40.18%43.92%-
XYZ11.0313.9517.44-
YUV98.54135.59105.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=23.02%
G=38.49%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal671121120.40000.5618025.1435.1
Hex437070280038b41923
Octal1031601605000702643143
Binary100001111100001110000101000001110001011010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437070; }

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

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

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

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

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

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

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

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