#487272

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

Shades of Ming #487272

Tints of Ming #487272

Color information

#487272 (or 0x487272) is unknown color: approx Ming. HEX triplet: 48, 72 and 72. RGB value is (72,114,114). Sum of RGB (Red+Green+Blue) = 72+114+114=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #487272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487272 is #B78D8D. Grayscale: #656565. Windows color (decimal): -12029326 or 7500360. OLE color: 7500360.

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

Color convert

RGB72114114-
CMYK0.37000.55
HSL180º22.58%36.47%-
HSV(B)180º36.84%44.71%-
XYZ11.7314.6318.12-
YUV101.44135.09107-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 114 (44.92% from 255) = 38%
R=24%
G=38%
B=38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141140.37000.5518022.5836.47
Hex487272250037b41724
Octal1101621624500672642744
Binary100100011100101110010100101001101111011010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487272; }

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

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

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

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

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

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

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

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