#487373

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

Shades of Ming #487373

Tints of Ming #487373

Color information

#487373 (or 0x487373) is unknown color: approx Ming. HEX triplet: 48, 73 and 73. RGB value is (72,115,115). Sum of RGB (Red+Green+Blue) = 72+115+115=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #487373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487373 is #B78C8C. Grayscale: #666666. Windows color (decimal): -12029069 or 7566152. OLE color: 7566152.

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

Color convert

RGB72115115-
CMYK0.37000.55
HSL180º22.99%36.67%-
HSV(B)180º37.39%45.1%-
XYZ11.914.8818.46-
YUV102.14135.25106.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=23.84%
G=38.08%
B=38.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151150.37000.5518022.9936.67
Hex487373250037b41725
Octal1101631634500672642745
Binary100100011100111110011100101001101111011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487373; }

 p { color: rgb(72,115,115); }

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

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

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

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

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

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

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