#42835A

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

Shades of Amazon #42835A

Tints of Amazon #42835A

Color information

#42835A (or 0x42835A) is unknown color: approx Amazon. HEX triplet: 42, 83 and 5A. RGB value is (66,131,90). Sum of RGB (Red+Green+Blue) = 66+131+90=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #42835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835A is #BD7CA5. Grayscale: #6A6A6A. Windows color (decimal): -12418214 or 5931842. OLE color: 5931842.

HSL color Cylindrical-coordinate representation of color #42835A: hue angle of 142.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42835A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6613190-
CMYK0.5000.310.49
HSL142.15º32.99%38.63%-
HSV(B)142.15º49.62%51.37%-
XYZ12.2118.1312.53-
YUV106.89118.4798.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=23.00%
G=45.64%
B=31.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131900.5000.310.49142.1532.9938.63
Hex42835A3201F318e2127
Octal10220313262037612164147
Binary100001010000011101101011001001111111000110001110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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