#447272

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

Shades of Ming #447272

Tints of Ming #447272

Color information

#447272 (or 0x447272) is unknown color: approx Ming. HEX triplet: 44, 72 and 72. RGB value is (68,114,114). Sum of RGB (Red+Green+Blue) = 68+114+114=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #447272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447272 is #BB8D8D. Grayscale: #646464. Windows color (decimal): -12291470 or 7500356. OLE color: 7500356.

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

Color convert

RGB68114114-
CMYK0.40000.55
HSL180º25.27%35.69%-
HSV(B)180º40.35%44.71%-
XYZ11.4414.4818.11-
YUV100.25135.76105-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=22.97%
G=38.51%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141140.40000.5518025.2735.69
Hex447272280037b41924
Octal1041621625000672643144
Binary100010011100101110010101000001101111011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447272; }

 p { color: rgb(68,114,114); }

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

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

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

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

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

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

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