#42765C

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

Shades of Amazon #42765C

Tints of Amazon #42765C

Color information

#42765C (or 0x42765C) is unknown color: approx Amazon. HEX triplet: 42, 76 and 5C. RGB value is (66,118,92). Sum of RGB (Red+Green+Blue) = 66+118+92=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #42765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765C is #BD89A3. Grayscale: #636363. Windows color (decimal): -12421540 or 6059586. OLE color: 6059586.

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

Color convert

RGB6611892-
CMYK0.4400.220.54
HSL150º28.26%36.08%-
HSV(B)150º44.07%46.27%-
XYZ10.6614.8912.44-
YUV99.49123.77104.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=23.91%
G=42.75%
B=33.33%

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
Decimal66118920.4400.220.5415028.2636.08
Hex42765C2C01636961c24
Octal10216613454026662263444
Binary1000010111011010111001011000101101101101001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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