#427A57

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

Shades of Amazon #427A57

Tints of Amazon #427A57

Color information

#427A57 (or 0x427A57) is unknown color: approx Amazon. HEX triplet: 42, 7A and 57. RGB value is (66,122,87). Sum of RGB (Red+Green+Blue) = 66+122+87=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #427A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A57 is #BD85A8. Grayscale: #656565. Windows color (decimal): -12420521 or 5732930. OLE color: 5732930.

HSL color Cylindrical-coordinate representation of color #427A57: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A57 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB6612287-
CMYK0.4600.290.52
HSL142.5º29.79%36.86%-
HSV(B)142.5º45.9%47.84%-
XYZ10.9315.7711.48-
YUV101.27119.95102.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=24%
G=44.36%
B=31.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122870.4600.290.52142.529.7936.86
Hex427A572E01D348e1e25
Octal10217212756035642163645
Binary1000010111101010101111011100111011101001000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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