#42895B

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

Shades of Amazon #42895B

Tints of Amazon #42895B

Color information

#42895B (or 0x42895B) is unknown color: approx Amazon. HEX triplet: 42, 89 and 5B. RGB value is (66,137,91). Sum of RGB (Red+Green+Blue) = 66+137+91=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #42895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42895B is #BD76A4. Grayscale: #6E6E6E. Windows color (decimal): -12416677 or 5998914. OLE color: 5998914.

HSL color Cylindrical-coordinate representation of color #42895B: hue angle of 141.13º 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 #42895B is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6613791-
CMYK0.5200.340.46
HSL141.13º34.98%39.8%-
HSV(B)141.13º51.82%53.73%-
XYZ13.0819.813.03-
YUV110.53116.9896.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=22.45%
G=46.60%
B=30.95%

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
Decimal66137910.5200.340.46141.1334.9839.8
Hex42895B340222E8d2328
Octal10221113364042562154350
Binary1000010100010011011011110100010001010111010001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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