#427C5A

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

Shades of Amazon #427C5A

Tints of Amazon #427C5A

Color information

#427C5A (or 0x427C5A) is unknown color: approx Amazon. HEX triplet: 42, 7C and 5A. RGB value is (66,124,90). Sum of RGB (Red+Green+Blue) = 66+124+90=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #427C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C5A is #BD83A5. Grayscale: #666666. Windows color (decimal): -12420006 or 5930050. OLE color: 5930050.

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

Color convert

RGB6612490-
CMYK0.4700.270.51
HSL144.83º30.53%37.25%-
HSV(B)144.83º46.77%48.63%-
XYZ11.316.3112.23-
YUV102.78120.78101.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=23.57%
G=44.29%
B=32.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124900.4700.270.51144.8330.5337.25
Hex427C5A2F01B33911f25
Octal10217413257033632213745
Binary1000010111110010110101011110110111100111001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,90); }

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

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

 a { background-color: rgb(66,124,90); }

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

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

 span { border-color: rgb(66,124,90); }

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