#457676

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

Shades of Ming #457676

Tints of Ming #457676

Color information

#457676 (or 0x457676) is unknown color: approx Ming. HEX triplet: 45, 76 and 76. RGB value is (69,118,118). Sum of RGB (Red+Green+Blue) = 69+118+118=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #457676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457676 is #BA8989. Grayscale: #676767. Windows color (decimal): -12224906 or 7763525. OLE color: 7763525.

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

Color convert

RGB69118118-
CMYK0.42000.54
HSL180º26.2%36.67%-
HSV(B)180º41.53%46.27%-
XYZ12.215.5319.49-
YUV103.35136.27103.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=22.62%
G=38.69%
B=38.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691181180.42000.5418026.236.67
Hex4576762A0036b41a25
Octal1051661665200662643245
Binary100010111101101110110101010001101101011010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457676; }

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

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

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

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

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

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

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

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