#427170

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

Shades of Ming #427170

Tints of Ming #427170

Color information

#427170 (or 0x427170) is unknown color: approx Ming. HEX triplet: 42, 71 and 70. RGB value is (66,113,112). Sum of RGB (Red+Green+Blue) = 66+113+112=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #427170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427170 is #BD8E8F. Grayscale: #626262. Windows color (decimal): -12422800 or 7369026. OLE color: 7369026.

HSL color Cylindrical-coordinate representation of color #427170: hue angle of 178.72º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427170 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB66113112-
CMYK0.4200.010.56
HSL178.72º26.26%35.1%-
HSV(B)178.72º41.59%44.31%-
XYZ11.0814.1417.47-
YUV98.83135.43104.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=22.68%
G=38.83%
B=38.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661131120.4200.010.56178.7226.2635.1
Hex4271702A0138b31a23
Octal1021611605201702633243
Binary100001011100011110000101010011110001011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427170; }

 p { color: rgb(66,113,112); }

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

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

 a { background-color: rgb(66,113,112); }

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

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

 span { border-color: rgb(66,113,112); }

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