#42855A

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

Shades of Amazon #42855A

Tints of Amazon #42855A

Color information

#42855A (or 0x42855A) is unknown color: approx Amazon. HEX triplet: 42, 85 and 5A. RGB value is (66,133,90). Sum of RGB (Red+Green+Blue) = 66+133+90=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #42855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855A is #BD7AA5. Grayscale: #6C6C6C. Windows color (decimal): -12417702 or 5932354. OLE color: 5932354.

HSL color Cylindrical-coordinate representation of color #42855A: hue angle of 141.49º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42855A is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB6613390-
CMYK0.5000.320.48
HSL141.49º33.67%39.02%-
HSV(B)141.49º50.38%52.16%-
XYZ12.4818.6712.62-
YUV108.06117.898-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=22.84%
G=46.02%
B=31.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133900.5000.320.48141.4933.6739.02
Hex42855A32020308d2227
Octal10220513262040602154247
Binary1000010100001011011010110010010000011000010001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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