#3A835B

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

Shades of Amazon #3A835B

Tints of Amazon #3A835B

Color information

#3A835B (or 0x3A835B) is unknown color: approx Amazon. HEX triplet: 3A, 83 and 5B. RGB value is (58,131,91). Sum of RGB (Red+Green+Blue) = 58+131+91=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #3A835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A835B is #C57CA4. Grayscale: #686868. Windows color (decimal): -12942501 or 5997370. OLE color: 5997370.

HSL color Cylindrical-coordinate representation of color #3A835B: hue angle of 147.12º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A835B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5813191-
CMYK0.5600.310.49
HSL147.12º38.62%37.06%-
HSV(B)147.12º55.73%51.37%-
XYZ11.7517.8912.73-
YUV104.61120.3294.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=20.71%
G=46.79%
B=32.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58131910.5600.310.49147.1238.6237.06
Hex3A835B3801F31932725
Octal7220313370037612234745
Binary11101010000011101101111100001111111000110010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,91); }

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

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

 a { background-color: rgb(58,131,91); }

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

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

 span { border-color: rgb(58,131,91); }

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