#42885B

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

Shades of Amazon #42885B

Tints of Amazon #42885B

Color information

#42885B (or 0x42885B) is unknown color: approx Amazon. HEX triplet: 42, 88 and 5B. RGB value is (66,136,91). Sum of RGB (Red+Green+Blue) = 66+136+91=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #42885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885B is #BD77A4. Grayscale: #6E6E6E. Windows color (decimal): -12416933 or 5998658. OLE color: 5998658.

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

Color convert

RGB6613691-
CMYK0.5100.330.47
HSL141.43º34.65%39.61%-
HSV(B)141.43º51.47%53.33%-
XYZ12.9419.5212.98-
YUV109.94117.3196.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=22.53%
G=46.42%
B=31.06%

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
Decimal66136910.5100.330.47141.4334.6539.61
Hex42885B330212F8d2328
Octal10221013363041572154350
Binary1000010100010001011011110011010000110111110001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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