#42735B

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

Shades of Amazon #42735B

Tints of Amazon #42735B

Color information

#42735B (or 0x42735B) is unknown color: approx Amazon. HEX triplet: 42, 73 and 5B. RGB value is (66,115,91). Sum of RGB (Red+Green+Blue) = 66+115+91=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #42735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735B is #BD8CA4. Grayscale: #616161. Windows color (decimal): -12422309 or 5993282. OLE color: 5993282.

HSL color Cylindrical-coordinate representation of color #42735B: hue angle of 150.61º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42735B is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB6611591-
CMYK0.4300.210.55
HSL150.61º27.07%35.49%-
HSV(B)150.61º42.61%45.1%-
XYZ10.2714.1812.09-
YUV97.61124.27105.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=24.26%
G=42.28%
B=33.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115910.4300.210.55150.6127.0735.49
Hex42735B2B01537971b23
Octal10216313353025672273343
Binary1000010111001110110111010110101011101111001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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