#427E56

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

Shades of Amazon #427E56

Tints of Amazon #427E56

Color information

#427E56 (or 0x427E56) is unknown color: approx Amazon. HEX triplet: 42, 7E and 56. RGB value is (66,126,86). Sum of RGB (Red+Green+Blue) = 66+126+86=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #427E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E56 is #BD81A9. Grayscale: #676767. Windows color (decimal): -12419498 or 5668418. OLE color: 5668418.

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

Color convert

RGB6612686-
CMYK0.4800.320.51
HSL140º31.25%37.65%-
HSV(B)140º47.62%49.41%-
XYZ11.3916.7511.44-
YUV103.5118.12101.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 126 (49.61% from 255) = 45.32%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=23.74%
G=45.32%
B=30.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126860.4800.320.5114031.2537.65
Hex427E5630020338c1f26
Octal10217612660040632143746
Binary10000101111110101011011000001000001100111000110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,86); }

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

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

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

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

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

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

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