#447676

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

Shades of Ming #447676

Tints of Ming #447676

Color information

#447676 (or 0x447676) is unknown color: approx Ming. HEX triplet: 44, 76 and 76. RGB value is (68,118,118). Sum of RGB (Red+Green+Blue) = 68+118+118=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #447676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447676 is #BB8989. Grayscale: #666666. Windows color (decimal): -12290442 or 7763524. OLE color: 7763524.

HSL color Cylindrical-coordinate representation of color #447676: 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.42%. Process color model (Four color, CMYK) of #447676 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68118118-
CMYK0.42000.54
HSL180º26.88%36.47%-
HSV(B)180º42.37%46.27%-
XYZ12.1315.4919.49-
YUV103.05136.44103-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=22.37%
G=38.82%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681181180.42000.5418026.8836.47
Hex4476762A0036b41b24
Octal1041661665200662643344
Binary100010011101101110110101010001101101011010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447676; }

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

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

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

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

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

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

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

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