#427A59

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

Shades of Amazon #427A59

Tints of Amazon #427A59

Color information

#427A59 (or 0x427A59) is unknown color: approx Amazon. HEX triplet: 42, 7A and 59. RGB value is (66,122,89). Sum of RGB (Red+Green+Blue) = 66+122+89=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #427A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A59 is #BD85A6. Grayscale: #656565. Windows color (decimal): -12420519 or 5864002. OLE color: 5864002.

HSL color Cylindrical-coordinate representation of color #427A59: hue angle of 144.64º 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 #427A59 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB6612289-
CMYK0.4600.270.52
HSL144.64º29.79%36.86%-
HSV(B)144.64º45.9%47.84%-
XYZ11.0115.811.92-
YUV101.49120.95102.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=23.83%
G=44.04%
B=32.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122890.4600.270.52144.6429.7936.86
Hex427A592E01B34911e25
Octal10217213156033642213645
Binary1000010111101010110011011100110111101001001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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