#42795A

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

Shades of Amazon #42795A

Tints of Amazon #42795A

Color information

#42795A (or 0x42795A) is unknown color: approx Amazon. HEX triplet: 42, 79 and 5A. RGB value is (66,121,90). Sum of RGB (Red+Green+Blue) = 66+121+90=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #42795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42795A is #BD86A5. Grayscale: #656565. Windows color (decimal): -12420774 or 5929282. OLE color: 5929282.

HSL color Cylindrical-coordinate representation of color #42795A: hue angle of 146.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42795A is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6612190-
CMYK0.4500.260.53
HSL146.18º29.41%36.67%-
HSV(B)146.18º45.45%47.45%-
XYZ10.9315.5712.1-
YUV101.02121.78103.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=23.83%
G=43.68%
B=32.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121900.4500.260.53146.1829.4136.67
Hex42795A2D01A35921d25
Octal10217113255032652223545
Binary1000010111100110110101011010110101101011001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42795A; }

 p { color: rgb(66,121,90); }

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

<style>
 a { background-color: #42795A; }

 a { background-color: rgb(66,121,90); }

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

<style>
 span { border-color: #42795A; }

 span { border-color: rgb(66,121,90); }

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