#42855C

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

Shades of Amazon #42855C

Tints of Amazon #42855C

Color information

#42855C (or 0x42855C) is unknown color: approx Amazon. HEX triplet: 42, 85 and 5C. RGB value is (66,133,92). Sum of RGB (Red+Green+Blue) = 66+133+92=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #42855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855C is #BD7AA3. Grayscale: #6C6C6C. Windows color (decimal): -12417700 or 6063426. OLE color: 6063426.

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

Color convert

RGB6613392-
CMYK0.5000.310.48
HSL143.28º33.67%39.02%-
HSV(B)143.28º50.38%52.16%-
XYZ12.5718.7113.07-
YUV108.29118.897.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=22.68%
G=45.70%
B=31.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133920.5000.310.48143.2833.6739.02
Hex42855C3201F308f2227
Octal10220513462037602174247
Binary100001010000101101110011001001111111000010001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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