#42875A

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

Shades of Amazon #42875A

Tints of Amazon #42875A

Color information

#42875A (or 0x42875A) is unknown color: approx Amazon. HEX triplet: 42, 87 and 5A. RGB value is (66,135,90). Sum of RGB (Red+Green+Blue) = 66+135+90=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #42875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875A is #BD78A5. Grayscale: #6D6D6D. Windows color (decimal): -12417190 or 5932866. OLE color: 5932866.

HSL color Cylindrical-coordinate representation of color #42875A: hue angle of 140.87º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42875A is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB6613590-
CMYK0.5100.330.47
HSL140.87º34.33%39.41%-
HSV(B)140.87º51.11%52.94%-
XYZ12.7619.2212.71-
YUV109.24117.1497.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=22.68%
G=46.39%
B=30.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135900.5100.330.47140.8734.3339.41
Hex42875A330212F8d2227
Octal10220713263041572154247
Binary1000010100001111011010110011010000110111110001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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