#457575

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

Shades of Ming #457575

Tints of Ming #457575

Color information

#457575 (or 0x457575) is unknown color: approx Ming. HEX triplet: 45, 75 and 75. RGB value is (69,117,117). Sum of RGB (Red+Green+Blue) = 69+117+117=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #457575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457575 is #BA8A8A. Grayscale: #666666. Windows color (decimal): -12225163 or 7697733. OLE color: 7697733.

HSL color Cylindrical-coordinate representation of color #457575: hue angle of 180º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457575 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69117117-
CMYK0.41000.54
HSL180º25.81%36.47%-
HSV(B)180º41.03%45.88%-
XYZ12.0315.2719.14-
YUV102.65136.1104-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=22.77%
G=38.61%
B=38.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171170.41000.5418025.8136.47
Hex457575290036b41a24
Octal1051651655100662643244
Binary100010111101011110101101001001101101011010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457575; }

 p { color: rgb(69,117,117); }

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

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

 a { background-color: rgb(69,117,117); }

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

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

 span { border-color: rgb(69,117,117); }

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