#3A814A

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

Shades of Amazon #3A814A

Tints of Amazon #3A814A

Color information

#3A814A (or 0x3A814A) is unknown color: approx Amazon. HEX triplet: 3A, 81 and 4A. RGB value is (58,129,74). Sum of RGB (Red+Green+Blue) = 58+129+74=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #3A814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A814A is #C57EB5. Grayscale: #656565. Windows color (decimal): -12943030 or 4882746. OLE color: 4882746.

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

Color convert

RGB5812974-
CMYK0.5500.430.49
HSL133.52º37.97%36.67%-
HSV(B)133.52º55.04%50.59%-
XYZ10.8317.099.21-
YUV101.5112.4896.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=22.22%
G=49.43%
B=28.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129740.5500.430.49133.5237.9736.67
Hex3A814A3702B31862625
Octal7220111267053612064645
Binary111010100000011001010110111010101111000110000110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,74); }

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

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

 a { background-color: rgb(58,129,74); }

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

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

 span { border-color: rgb(58,129,74); }

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