#427957

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

Shades of Amazon #427957

Tints of Amazon #427957

Color information

#427957 (or 0x427957) is unknown color: approx Amazon. HEX triplet: 42, 79 and 57. RGB value is (66,121,87). Sum of RGB (Red+Green+Blue) = 66+121+87=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #427957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427957 is #BD86A8. Grayscale: #646464. Windows color (decimal): -12420777 or 5732674. OLE color: 5732674.

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

Color convert

RGB6612187-
CMYK0.4500.280.53
HSL142.91º29.41%36.67%-
HSV(B)142.91º45.45%47.45%-
XYZ10.815.5211.44-
YUV100.68120.28103.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=24.09%
G=44.16%
B=31.75%

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
Decimal66121870.4500.280.53142.9129.4136.67
Hex4279572D01C358f1d25
Octal10217112755034652173545
Binary1000010111100110101111011010111001101011000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427957; }

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

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

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

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

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

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

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

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