#42805B

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

Shades of Amazon #42805B

Tints of Amazon #42805B

Color information

#42805B (or 0x42805B) is unknown color: approx Amazon. HEX triplet: 42, 80 and 5B. RGB value is (66,128,91). Sum of RGB (Red+Green+Blue) = 66+128+91=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #42805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42805B is #BD7FA4. Grayscale: #696969. Windows color (decimal): -12418981 or 5996610. OLE color: 5996610.

HSL color Cylindrical-coordinate representation of color #42805B: hue angle of 144.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42805B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB6612891-
CMYK0.4800.290.50
HSL144.19º31.96%38.04%-
HSV(B)144.19º48.44%50.2%-
XYZ11.8517.3512.62-
YUV105.24119.96100.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=23.16%
G=44.91%
B=31.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128910.4800.290.50144.1931.9638.04
Hex42805B3001D32902026
Octal10220013360035622204046
Binary100001010000000101101111000001110111001010010000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42805B; }

 p { color: rgb(66,128,91); }

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

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

 a { background-color: rgb(66,128,91); }

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

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

 span { border-color: rgb(66,128,91); }

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