#487877

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

Shades of Ming #487877

Tints of Ming #487877

Color information

#487877 (or 0x487877) is unknown color: approx Ming. HEX triplet: 48, 78 and 77. RGB value is (72,120,119). Sum of RGB (Red+Green+Blue) = 72+120+119=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #487877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487877 is #B78788. Grayscale: #696969. Windows color (decimal): -12027785 or 7829576. OLE color: 7829576.

HSL color Cylindrical-coordinate representation of color #487877: hue angle of 178.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487877 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB72120119-
CMYK0.4000.010.53
HSL178.75º25%37.65%-
HSV(B)178.75º40%47.06%-
XYZ12.7216.1419.9-
YUV105.53135.6104.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=23.15%
G=38.59%
B=38.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721201190.4000.010.53178.752537.65
Hex487877280135b31926
Octal1101701675001652633146
Binary100100011110001110111101000011101011011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487877; }

 p { color: rgb(72,120,119); }

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

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

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

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

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

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

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