#42755B

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

Shades of Amazon #42755B

Tints of Amazon #42755B

Color information

#42755B (or 0x42755B) is unknown color: approx Amazon. HEX triplet: 42, 75 and 5B. RGB value is (66,117,91). Sum of RGB (Red+Green+Blue) = 66+117+91=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #42755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755B is #BD8AA4. Grayscale: #626262. Windows color (decimal): -12421797 or 5993794. OLE color: 5993794.

HSL color Cylindrical-coordinate representation of color #42755B: hue angle of 149.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42755B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB6611791-
CMYK0.4400.220.54
HSL149.41º27.87%35.88%-
HSV(B)149.41º43.59%45.88%-
XYZ10.514.6412.17-
YUV98.79123.6104.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=24.09%
G=42.70%
B=33.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117910.4400.220.54149.4127.8735.88
Hex42755B2C01636951c24
Octal10216513354026662253444
Binary1000010111010110110111011000101101101101001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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