#487271

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

Shades of Ming #487271

Tints of Ming #487271

Color information

#487271 (or 0x487271) is unknown color: approx Ming. HEX triplet: 48, 72 and 71. RGB value is (72,114,113). Sum of RGB (Red+Green+Blue) = 72+114+113=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #487271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487271 is #B78D8E. Grayscale: #656565. Windows color (decimal): -12029327 or 7434824. OLE color: 7434824.

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

Color convert

RGB72114113-
CMYK0.3700.010.55
HSL178.57º22.58%36.47%-
HSV(B)178.57º36.84%44.71%-
XYZ11.6714.617.83-
YUV101.33134.59107.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=24.08%
G=38.13%
B=37.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141130.3700.010.55178.5722.5836.47
Hex487271250137b31724
Octal1101621614501672632744
Binary100100011100101110001100101011101111011001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487271; }

 p { color: rgb(72,114,113); }

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

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

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

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

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

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

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