#427676

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

Shades of Ming #427676

Tints of Ming #427676

Color information

#427676 (or 0x427676) is unknown color: approx Ming. HEX triplet: 42, 76 and 76. RGB value is (66,118,118). Sum of RGB (Red+Green+Blue) = 66+118+118=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #427676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427676 is #BD8989. Grayscale: #666666. Windows color (decimal): -12421514 or 7763522. OLE color: 7763522.

HSL color Cylindrical-coordinate representation of color #427676: hue angle of 180º 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 #427676 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66118118-
CMYK0.44000.54
HSL180º28.26%36.08%-
HSV(B)180º44.07%46.27%-
XYZ1215.4219.48-
YUV102.45136.77102-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=21.85%
G=39.07%
B=39.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181180.44000.5418028.2636.08
Hex4276762C0036b41c24
Octal1021661665400662643444
Binary100001011101101110110101100001101101011010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427676; }

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

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

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

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

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

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

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

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