#447775

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

Shades of Ming #447775

Tints of Ming #447775

Color information

#447775 (or 0x447775) is unknown color: approx Ming. HEX triplet: 44, 77 and 75. RGB value is (68,119,117). Sum of RGB (Red+Green+Blue) = 68+119+117=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #447775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447775 is #BB888A. Grayscale: #676767. Windows color (decimal): -12290187 or 7698244. OLE color: 7698244.

HSL color Cylindrical-coordinate representation of color #447775: hue angle of 177.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447775 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB68119117-
CMYK0.4300.020.53
HSL177.65º27.27%36.67%-
HSV(B)177.65º42.86%46.67%-
XYZ12.1915.7119.22-
YUV103.52135.6102.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=22.37%
G=39.14%
B=38.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681191170.4300.020.53177.6527.2736.67
Hex4477752B0235b21b25
Octal1041671655302652623345
Binary1000100111011111101011010110101101011011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447775; }

 p { color: rgb(68,119,117); }

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

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

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

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

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

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

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