#42765B

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

Shades of Amazon #42765B

Tints of Amazon #42765B

Color information

#42765B (or 0x42765B) is unknown color: approx Amazon. HEX triplet: 42, 76 and 5B. RGB value is (66,118,91). Sum of RGB (Red+Green+Blue) = 66+118+91=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #42765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765B is #BD89A4. Grayscale: #636363. Windows color (decimal): -12421541 or 5994050. OLE color: 5994050.

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

Color convert

RGB6611891-
CMYK0.4400.230.54
HSL148.85º28.26%36.08%-
HSV(B)148.85º44.07%46.27%-
XYZ10.6114.8712.21-
YUV99.37123.27104.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=24%
G=42.91%
B=33.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118910.4400.230.54148.8528.2636.08
Hex42765B2C01736951c24
Octal10216613354027662253444
Binary1000010111011010110111011000101111101101001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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