#3A884D

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

Shades of Amazon #3A884D

Tints of Amazon #3A884D

Color information

#3A884D (or 0x3A884D) is unknown color: approx Amazon. HEX triplet: 3A, 88 and 4D. RGB value is (58,136,77). Sum of RGB (Red+Green+Blue) = 58+136+77=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #3A884D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A884D is #C577B2. Grayscale: #6A6A6A. Windows color (decimal): -12941235 or 5081146. OLE color: 5081146.

HSL color Cylindrical-coordinate representation of color #3A884D: hue angle of 134.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A884D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5813677-
CMYK0.5700.430.47
HSL134.62º40.21%38.04%-
HSV(B)134.62º57.35%53.33%-
XYZ11.8919.0410.07-
YUV105.95111.6693.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=21.40%
G=50.18%
B=28.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136770.5700.430.47134.6240.2138.04
Hex3A884D3902B2F872826
Octal7221011571053572075046
Binary111010100010001001101111001010101110111110000111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A884D; }

 p { color: rgb(58,136,77); }

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

<style>
 a { background-color: #3A884D; }

 a { background-color: rgb(58,136,77); }

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

<style>
 span { border-color: #3A884D; }

 span { border-color: rgb(58,136,77); }

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