#3A884F

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

Shades of Amazon #3A884F

Tints of Amazon #3A884F

Color information

#3A884F (or 0x3A884F) is unknown color: approx Amazon. HEX triplet: 3A, 88 and 4F. RGB value is (58,136,79). Sum of RGB (Red+Green+Blue) = 58+136+79=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #3A884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A884F is #C577B0. Grayscale: #6A6A6A. Windows color (decimal): -12941233 or 5212218. OLE color: 5212218.

HSL color Cylindrical-coordinate representation of color #3A884F: hue angle of 136.15º 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 #3A884F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5813679-
CMYK0.5700.420.47
HSL136.15º40.21%38.04%-
HSV(B)136.15º57.35%53.33%-
XYZ11.9619.0710.45-
YUV106.18112.6693.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=21.25%
G=49.82%
B=28.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136790.5700.420.47136.1540.2138.04
Hex3A884F3902A2F882826
Octal7221011771052572105046
Binary111010100010001001111111001010101010111110001000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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