#427857

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

Shades of Amazon #427857

Tints of Amazon #427857

Color information

#427857 (or 0x427857) is unknown color: approx Amazon. HEX triplet: 42, 78 and 57. RGB value is (66,120,87). Sum of RGB (Red+Green+Blue) = 66+120+87=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #427857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427857 is #BD87A8. Grayscale: #646464. Windows color (decimal): -12421033 or 5732418. OLE color: 5732418.

HSL color Cylindrical-coordinate representation of color #427857: hue angle of 143.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427857 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB6612087-
CMYK0.4500.280.53
HSL143.33º29.03%36.47%-
HSV(B)143.33º45%47.06%-
XYZ10.6815.2811.4-
YUV100.09120.61103.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=24.18%
G=43.96%
B=31.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120870.4500.280.53143.3329.0336.47
Hex4278572D01C358f1d24
Octal10217012755034652173544
Binary1000010111100010101111011010111001101011000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427857; }

 p { color: rgb(66,120,87); }

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

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

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

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

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

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

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