#427F5A

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

Shades of Amazon #427F5A

Tints of Amazon #427F5A

Color information

#427F5A (or 0x427F5A) is unknown color: approx Amazon. HEX triplet: 42, 7F and 5A. RGB value is (66,127,90). Sum of RGB (Red+Green+Blue) = 66+127+90=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #427F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F5A is #BD80A5. Grayscale: #686868. Windows color (decimal): -12419238 or 5930818. OLE color: 5930818.

HSL color Cylindrical-coordinate representation of color #427F5A: hue angle of 143.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F5A is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB6612790-
CMYK0.4800.290.50
HSL143.61º31.61%37.84%-
HSV(B)143.61º48.03%49.8%-
XYZ11.6817.0812.35-
YUV104.54119.79100.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=23.32%
G=44.88%
B=31.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127900.4800.290.50143.6131.6137.84
Hex427F5A3001D32902026
Octal10217713260035622204046
Binary10000101111111101101011000001110111001010010000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F5A; }

 p { color: rgb(66,127,90); }

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

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

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

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

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

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

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