#42755D

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

Shades of Amazon #42755D

Tints of Amazon #42755D

Color information

#42755D (or 0x42755D) is unknown color: approx Amazon. HEX triplet: 42, 75 and 5D. RGB value is (66,117,93). Sum of RGB (Red+Green+Blue) = 66+117+93=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #42755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755D is #BD8AA2. Grayscale: #636363. Windows color (decimal): -12421795 or 6124866. OLE color: 6124866.

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

Color convert

RGB6611793-
CMYK0.4400.210.54
HSL151.76º27.87%35.88%-
HSV(B)151.76º43.59%45.88%-
XYZ10.5814.6712.63-
YUV99.02124.6104.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=23.91%
G=42.39%
B=33.70%

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
Decimal66117930.4400.210.54151.7627.8735.88
Hex42755D2C01536981c24
Octal10216513554025662303444
Binary1000010111010110111011011000101011101101001100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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