#42845C

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

Shades of Amazon #42845C

Tints of Amazon #42845C

Color information

#42845C (or 0x42845C) is unknown color: approx Amazon. HEX triplet: 42, 84 and 5C. RGB value is (66,132,92). Sum of RGB (Red+Green+Blue) = 66+132+92=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #42845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42845C is #BD7BA3. Grayscale: #6B6B6B. Windows color (decimal): -12417956 or 6063170. OLE color: 6063170.

HSL color Cylindrical-coordinate representation of color #42845C: hue angle of 143.64º degrees, saturation: 0.33, 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 #42845C is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB6613292-
CMYK0.500.300.48
HSL143.64º33.33%38.82%-
HSV(B)143.64º50%51.76%-
XYZ12.4318.4313.03-
YUV107.71119.1398.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=22.76%
G=45.52%
B=31.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132920.500.300.48143.6433.3338.82
Hex42845C3201E30902127
Octal10220413462036602204147
Binary100001010000100101110011001001111011000010010000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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