#447875

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

Shades of Ming #447875

Tints of Ming #447875

Color information

#447875 (or 0x447875) is unknown color: approx Ming. HEX triplet: 44, 78 and 75. RGB value is (68,120,117). Sum of RGB (Red+Green+Blue) = 68+120+117=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #447875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447875 is #BB878A. Grayscale: #686868. Windows color (decimal): -12289931 or 7698500. OLE color: 7698500.

HSL color Cylindrical-coordinate representation of color #447875: hue angle of 176.54º degrees, saturation: 0.28, 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 #447875 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB68120117-
CMYK0.4300.020.53
HSL176.54º27.66%36.86%-
HSV(B)176.54º43.33%47.06%-
XYZ12.3115.9519.26-
YUV104.11135.27102.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=22.30%
G=39.34%
B=38.36%

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
Decimal681201170.4300.020.53176.5427.6636.86
Hex4478752B0235b11c25
Octal1041701655302652613445
Binary1000100111100011101011010110101101011011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447875; }

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

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

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

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

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

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

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

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