#426D52

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

Shades of Amazon #426D52

Tints of Amazon #426D52

Color information

#426D52 (or 0x426D52) is unknown color: approx Amazon. HEX triplet: 42, 6D and 52. RGB value is (66,109,82). Sum of RGB (Red+Green+Blue) = 66+109+82=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #426D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D52 is #BD92AD. Grayscale: #5D5D5D. Windows color (decimal): -12423854 or 5401922. OLE color: 5401922.

HSL color Cylindrical-coordinate representation of color #426D52: hue angle of 142.33º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D52 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB6610982-
CMYK0.3900.250.57
HSL142.33º24.57%34.31%-
HSV(B)142.33º39.45%42.75%-
XYZ9.2412.79.95-
YUV93.06121.75108.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=25.68%
G=42.41%
B=31.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109820.3900.250.57142.3324.5734.31
Hex426D5227019398e1922
Octal10215512247031712163142
Binary1000010110110110100101001110110011110011000111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,82); }

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

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

 a { background-color: rgb(66,109,82); }

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

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

 span { border-color: rgb(66,109,82); }

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