#426C53

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

Shades of Amazon #426C53

Tints of Amazon #426C53

Color information

#426C53 (or 0x426C53) is unknown color: approx Amazon. HEX triplet: 42, 6C and 53. RGB value is (66,108,83). Sum of RGB (Red+Green+Blue) = 66+108+83=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #426C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C53 is #BD93AC. Grayscale: #5C5C5C. Windows color (decimal): -12424109 or 5467202. OLE color: 5467202.

HSL color Cylindrical-coordinate representation of color #426C53: hue angle of 144.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C53 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6610883-
CMYK0.3900.230.58
HSL144.29º24.14%34.12%-
HSV(B)144.29º38.89%42.35%-
XYZ9.1712.5110.11-
YUV92.59122.59109.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=25.68%
G=42.02%
B=32.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108830.3900.230.58144.2924.1434.12
Hex426C53270173A901822
Octal10215412347027722203042
Binary1000010110110010100111001110101111110101001000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426C53; }

 p { color: rgb(66,108,83); }

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

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

 a { background-color: rgb(66,108,83); }

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

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

 span { border-color: rgb(66,108,83); }

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