#42865B

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

Shades of Amazon #42865B

Tints of Amazon #42865B

Color information

#42865B (or 0x42865B) is unknown color: approx Amazon. HEX triplet: 42, 86 and 5B. RGB value is (66,134,91). Sum of RGB (Red+Green+Blue) = 66+134+91=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #42865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42865B is #BD79A4. Grayscale: #6C6C6C. Windows color (decimal): -12417445 or 5998146. OLE color: 5998146.

HSL color Cylindrical-coordinate representation of color #42865B: hue angle of 142.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42865B is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6613491-
CMYK0.5100.320.47
HSL142.06º34%39.22%-
HSV(B)142.06º50.75%52.55%-
XYZ12.6618.9612.89-
YUV108.77117.9797.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=22.68%
G=46.05%
B=31.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134910.5100.320.47142.063439.22
Hex42865B330202F8e2227
Octal10220613363040572164247
Binary1000010100001101011011110011010000010111110001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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