#3A8853

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

Shades of Amazon #3A8853

Tints of Amazon #3A8853

Color information

#3A8853 (or 0x3A8853) is unknown color: approx Amazon. HEX triplet: 3A, 88 and 53. RGB value is (58,136,83). Sum of RGB (Red+Green+Blue) = 58+136+83=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8853 is #C577AC. Grayscale: #6A6A6A. Windows color (decimal): -12941229 or 5474362. OLE color: 5474362.

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

Color convert

RGB5813683-
CMYK0.5700.390.47
HSL139.23º40.21%38.04%-
HSV(B)139.23º57.35%53.33%-
XYZ12.1119.1311.24-
YUV106.64114.6693.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=20.94%
G=49.10%
B=29.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136830.5700.390.47139.2340.2138.04
Hex3A8853390272F8b2826
Octal7221012371047572135046
Binary111010100010001010011111001010011110111110001011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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