#427573

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

Shades of Ming #427573

Tints of Ming #427573

Color information

#427573 (or 0x427573) is unknown color: approx Ming. HEX triplet: 42, 75 and 73. RGB value is (66,117,115). Sum of RGB (Red+Green+Blue) = 66+117+115=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #427573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427573 is #BD8A8C. Grayscale: #656565. Windows color (decimal): -12421773 or 7566658. OLE color: 7566658.

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

Color convert

RGB66117115-
CMYK0.4400.020.54
HSL177.65º27.87%35.88%-
HSV(B)177.65º43.59%45.88%-
XYZ11.715.1218.52-
YUV101.52135.6102.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=22.15%
G=39.26%
B=38.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171150.4400.020.54177.6527.8735.88
Hex4275732C0236b21c24
Octal1021651635402662623444
Binary1000010111010111100111011000101101101011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427573; }

 p { color: rgb(66,117,115); }

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

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

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

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

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

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

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