#427059

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

Shades of Amazon #427059

Tints of Amazon #427059

Color information

#427059 (or 0x427059) is unknown color: approx Amazon. HEX triplet: 42, 70 and 59. RGB value is (66,112,89). Sum of RGB (Red+Green+Blue) = 66+112+89=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #427059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427059 is #BD8FA6. Grayscale: #5F5F5F. Windows color (decimal): -12423079 or 5861442. OLE color: 5861442.

HSL color Cylindrical-coordinate representation of color #427059: hue angle of 150º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427059 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB6611289-
CMYK0.4100.210.56
HSL150º25.84%34.9%-
HSV(B)150º41.07%43.92%-
XYZ9.8413.4711.53-
YUV95.62124.26106.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=24.72%
G=41.95%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112890.4100.210.5615025.8434.9
Hex4270592901538961a23
Octal10216013151025702263243
Binary1000010111000010110011010010101011110001001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427059; }

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

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

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

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

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

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

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

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