#447370

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

Shades of Ming #447370

Tints of Ming #447370

Color information

#447370 (or 0x447370) is unknown color: approx Ming. HEX triplet: 44, 73 and 70. RGB value is (68,115,112). Sum of RGB (Red+Green+Blue) = 68+115+112=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #447370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447370 is #BB8C8F. Grayscale: #646464. Windows color (decimal): -12291216 or 7369540. OLE color: 7369540.

HSL color Cylindrical-coordinate representation of color #447370: hue angle of 176.17º 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 #447370 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB68115112-
CMYK0.4100.030.55
HSL176.17º25.68%35.88%-
HSV(B)176.17º40.87%45.1%-
XYZ11.4414.6617.56-
YUV100.6134.43104.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=23.05%
G=38.98%
B=37.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151120.4100.030.55176.1725.6835.88
Hex447370290337b01a24
Octal1041631605103672603244
Binary1000100111001111100001010010111101111011000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447370; }

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

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

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

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

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

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

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

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