#42735C

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

Shades of Amazon #42735C

Tints of Amazon #42735C

Color information

#42735C (or 0x42735C) is unknown color: approx Amazon. HEX triplet: 42, 73 and 5C. RGB value is (66,115,92). Sum of RGB (Red+Green+Blue) = 66+115+92=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #42735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735C is #BD8CA3. Grayscale: #616161. Windows color (decimal): -12422308 or 6058818. OLE color: 6058818.

HSL color Cylindrical-coordinate representation of color #42735C: hue angle of 151.84º 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 #42735C is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6611592-
CMYK0.4300.200.55
HSL151.84º27.07%35.49%-
HSV(B)151.84º42.61%45.1%-
XYZ10.3114.1912.32-
YUV97.73124.77105.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=24.18%
G=42.12%
B=33.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115920.4300.200.55151.8427.0735.49
Hex42735C2B01437981b23
Octal10216313453024672303343
Binary1000010111001110111001010110101001101111001100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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