#437575

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

Shades of Ming #437575

Tints of Ming #437575

Color information

#437575 (or 0x437575) is unknown color: approx Ming. HEX triplet: 43, 75 and 75. RGB value is (67,117,117). Sum of RGB (Red+Green+Blue) = 67+117+117=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #437575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437575 is #BC8A8A. Grayscale: #666666. Windows color (decimal): -12356235 or 7697731. OLE color: 7697731.

HSL color Cylindrical-coordinate representation of color #437575: hue angle of 180º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #437575 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB67117117-
CMYK0.43000.54
HSL180º27.17%36.08%-
HSV(B)180º42.74%45.88%-
XYZ11.8915.219.14-
YUV102.05136.44103-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=22.26%
G=38.87%
B=38.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671171170.43000.5418027.1736.08
Hex4375752B0036b41b24
Octal1031651655300662643344
Binary100001111101011110101101011001101101011010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437575; }

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

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

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

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

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

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

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

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