#42895A

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

Shades of Amazon #42895A

Tints of Amazon #42895A

Color information

#42895A (or 0x42895A) is unknown color: approx Amazon. HEX triplet: 42, 89 and 5A. RGB value is (66,137,90). Sum of RGB (Red+Green+Blue) = 66+137+90=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #42895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42895A is #BD76A5. Grayscale: #6E6E6E. Windows color (decimal): -12416678 or 5933378. OLE color: 5933378.

HSL color Cylindrical-coordinate representation of color #42895A: hue angle of 140.28º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42895A is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6613790-
CMYK0.5200.340.46
HSL140.28º34.98%39.8%-
HSV(B)140.28º51.82%53.73%-
XYZ13.0419.7912.81-
YUV110.41116.4896.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=22.53%
G=46.76%
B=30.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137900.5200.340.46140.2834.9839.8
Hex42895A340222E8c2328
Octal10221113264042562144350
Binary1000010100010011011010110100010001010111010001100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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