#43706F

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

Shades of Ming #43706F

Tints of Ming #43706F

Color information

#43706F (or 0x43706F) is unknown color: approx Ming. HEX triplet: 43, 70 and 6F. RGB value is (67,112,111). Sum of RGB (Red+Green+Blue) = 67+112+111=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #43706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706F is #BC8F90. Grayscale: #626262. Windows color (decimal): -12357521 or 7303235. OLE color: 7303235.

HSL color Cylindrical-coordinate representation of color #43706F: hue angle of 178.67º 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 #43706F is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB67112111-
CMYK0.4000.010.56
HSL178.67º25.14%35.1%-
HSV(B)178.67º40.18%43.92%-
XYZ10.9813.9317.15-
YUV98.43135.09105.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.10%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=23.10%
G=38.62%
B=38.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal671121110.4000.010.56178.6725.1435.1
Hex43706F280138b31923
Octal1031601575001702633143
Binary100001111100001101111101000011110001011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43706F; }

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

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

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

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

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

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

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

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