#42755C

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

Shades of Amazon #42755C

Tints of Amazon #42755C

Color information

#42755C (or 0x42755C) is unknown color: approx Amazon. HEX triplet: 42, 75 and 5C. RGB value is (66,117,92). Sum of RGB (Red+Green+Blue) = 66+117+92=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #42755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755C is #BD8AA3. Grayscale: #626262. Windows color (decimal): -12421796 or 6059330. OLE color: 6059330.

HSL color Cylindrical-coordinate representation of color #42755C: hue angle of 150.59º 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 #42755C is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB6611792-
CMYK0.4400.210.54
HSL150.59º27.87%35.88%-
HSV(B)150.59º43.59%45.88%-
XYZ10.5414.6512.4-
YUV98.9124.1104.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=24%
G=42.55%
B=33.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117920.4400.210.54150.5927.8735.88
Hex42755C2C01536971c24
Octal10216513454025662273444
Binary1000010111010110111001011000101011101101001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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