#42875D

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

Shades of Amazon #42875D

Tints of Amazon #42875D

Color information

#42875D (or 0x42875D) is unknown color: approx Amazon. HEX triplet: 42, 87 and 5D. RGB value is (66,135,93). Sum of RGB (Red+Green+Blue) = 66+135+93=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #42875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875D is #BD78A2. Grayscale: #6D6D6D. Windows color (decimal): -12417187 or 6129474. OLE color: 6129474.

HSL color Cylindrical-coordinate representation of color #42875D: hue angle of 143.48º 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 #42875D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6613593-
CMYK0.5100.310.47
HSL143.48º34.33%39.41%-
HSV(B)143.48º51.11%52.94%-
XYZ12.8919.2813.4-
YUV109.58118.6496.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=22.45%
G=45.92%
B=31.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135930.5100.310.47143.4834.3339.41
Hex42875D3301F2F8f2227
Octal10220713563037572174247
Binary100001010000111101110111001101111110111110001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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