#427E54

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

Shades of Amazon #427E54

Tints of Amazon #427E54

Color information

#427E54 (or 0x427E54) is unknown color: approx Amazon. HEX triplet: 42, 7E and 54. RGB value is (66,126,84). Sum of RGB (Red+Green+Blue) = 66+126+84=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #427E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E54 is #BD81AB. Grayscale: #676767. Windows color (decimal): -12419500 or 5537346. OLE color: 5537346.

HSL color Cylindrical-coordinate representation of color #427E54: hue angle of 138º 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 #427E54 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB6612684-
CMYK0.4800.330.51
HSL138º31.25%37.65%-
HSV(B)138º47.62%49.41%-
XYZ11.3116.7211.02-
YUV103.27117.12101.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=23.91%
G=45.65%
B=30.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126840.4800.330.5113831.2537.65
Hex427E5430021338a1f26
Octal10217612460041632123746
Binary10000101111110101010011000001000011100111000101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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