#42855B

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

Shades of Amazon #42855B

Tints of Amazon #42855B

Color information

#42855B (or 0x42855B) is unknown color: approx Amazon. HEX triplet: 42, 85 and 5B. RGB value is (66,133,91). Sum of RGB (Red+Green+Blue) = 66+133+91=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #42855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855B is #BD7AA4. Grayscale: #6C6C6C. Windows color (decimal): -12417701 or 5997890. OLE color: 5997890.

HSL color Cylindrical-coordinate representation of color #42855B: hue angle of 142.39º 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 #42855B is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB6613391-
CMYK0.5000.320.48
HSL142.39º33.67%39.02%-
HSV(B)142.39º50.38%52.16%-
XYZ12.5218.6912.84-
YUV108.18118.397.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=22.76%
G=45.86%
B=31.38%

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
Decimal66133910.5000.320.48142.3933.6739.02
Hex42855B32020308e2227
Octal10220513362040602164247
Binary1000010100001011011011110010010000011000010001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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