#42805A

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

Shades of Amazon #42805A

Tints of Amazon #42805A

Color information

#42805A (or 0x42805A) is unknown color: approx Amazon. HEX triplet: 42, 80 and 5A. RGB value is (66,128,90). Sum of RGB (Red+Green+Blue) = 66+128+90=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #42805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42805A is #BD7FA5. Grayscale: #696969. Windows color (decimal): -12418982 or 5931074. OLE color: 5931074.

HSL color Cylindrical-coordinate representation of color #42805A: hue angle of 143.23º 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 #42805A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB6612890-
CMYK0.4800.300.50
HSL143.23º31.96%38.04%-
HSV(B)143.23º48.44%50.2%-
XYZ11.8117.3312.4-
YUV105.13119.46100.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=23.24%
G=45.07%
B=31.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128900.4800.300.50143.2331.9638.04
Hex42805A3001E328f2026
Octal10220013260036622174046
Binary100001010000000101101011000001111011001010001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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