#477272

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

Shades of Ming #477272

Tints of Ming #477272

Color information

#477272 (or 0x477272) is unknown color: approx Ming. HEX triplet: 47, 72 and 72. RGB value is (71,114,114). Sum of RGB (Red+Green+Blue) = 71+114+114=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #477272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477272 is #B88D8D. Grayscale: #656565. Windows color (decimal): -12094862 or 7500359. OLE color: 7500359.

HSL color Cylindrical-coordinate representation of color #477272: 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.38%. Process color model (Four color, CMYK) of #477272 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71114114-
CMYK0.38000.55
HSL180º23.24%36.27%-
HSV(B)180º37.72%44.71%-
XYZ11.6514.5918.12-
YUV101.14135.25106.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=23.75%
G=38.13%
B=38.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711141140.38000.5518023.2436.27
Hex477272260037b41724
Octal1071621624600672642744
Binary100011111100101110010100110001101111011010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477272; }

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

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

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

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

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

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

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

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