#447371

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

Shades of Ming #447371

Tints of Ming #447371

Color information

#447371 (or 0x447371) is unknown color: approx Ming. HEX triplet: 44, 73 and 71. RGB value is (68,115,113). Sum of RGB (Red+Green+Blue) = 68+115+113=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #447371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447371 is #BB8C8E. Grayscale: #646464. Windows color (decimal): -12291215 or 7435076. OLE color: 7435076.

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

Color convert

RGB68115113-
CMYK0.4100.020.55
HSL177.45º25.68%35.88%-
HSV(B)177.45º40.87%45.1%-
XYZ11.514.6817.85-
YUV100.72134.93104.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=22.97%
G=38.85%
B=38.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151130.4100.020.55177.4525.6835.88
Hex447371290237b11a24
Octal1041631615102672613244
Binary1000100111001111100011010010101101111011000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447371; }

 p { color: rgb(68,115,113); }

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

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

 a { background-color: rgb(68,115,113); }

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

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

 span { border-color: rgb(68,115,113); }

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