#426D51

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

Shades of Amazon #426D51

Tints of Amazon #426D51

Color information

#426D51 (or 0x426D51) is unknown color: approx Amazon. HEX triplet: 42, 6D and 51. RGB value is (66,109,81). Sum of RGB (Red+Green+Blue) = 66+109+81=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #426D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D51 is #BD92AE. Grayscale: #5D5D5D. Windows color (decimal): -12423855 or 5336386. OLE color: 5336386.

HSL color Cylindrical-coordinate representation of color #426D51: hue angle of 140.93º 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 #426D51 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB6610981-
CMYK0.3900.260.57
HSL140.93º24.57%34.31%-
HSV(B)140.93º39.45%42.75%-
XYZ9.212.699.75-
YUV92.95121.25108.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=25.78%
G=42.58%
B=31.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109810.3900.260.57140.9324.5734.31
Hex426D512701A398d1922
Octal10215512147032712153142
Binary1000010110110110100011001110110101110011000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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