#42725A

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

Shades of Amazon #42725A

Tints of Amazon #42725A

Color information

#42725A (or 0x42725A) is unknown color: approx Amazon. HEX triplet: 42, 72 and 5A. RGB value is (66,114,90). Sum of RGB (Red+Green+Blue) = 66+114+90=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #42725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42725A is #BD8DA5. Grayscale: #606060. Windows color (decimal): -12422566 or 5927490. OLE color: 5927490.

HSL color Cylindrical-coordinate representation of color #42725A: hue angle of 150º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42725A is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB6611490-
CMYK0.4200.210.55
HSL150º26.67%35.29%-
HSV(B)150º42.11%44.71%-
XYZ10.1113.9311.83-
YUV96.91124.1105.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=24.44%
G=42.22%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114900.4200.210.5515026.6735.29
Hex42725A2A01537961b23
Octal10216213252025672263343
Binary1000010111001010110101010100101011101111001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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