#42885C

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

Shades of Amazon #42885C

Tints of Amazon #42885C

Color information

#42885C (or 0x42885C) is unknown color: approx Amazon. HEX triplet: 42, 88 and 5C. RGB value is (66,136,92). Sum of RGB (Red+Green+Blue) = 66+136+92=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #42885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885C is #BD77A3. Grayscale: #6E6E6E. Windows color (decimal): -12416932 or 6064194. OLE color: 6064194.

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

Color convert

RGB6613692-
CMYK0.5100.320.47
HSL142.29º34.65%39.61%-
HSV(B)142.29º51.47%53.33%-
XYZ12.9819.5413.21-
YUV110.05117.8196.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=22.45%
G=46.26%
B=31.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136920.5100.320.47142.2934.6539.61
Hex42885C330202F8e2328
Octal10221013463040572164350
Binary1000010100010001011100110011010000010111110001110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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