#3A824C

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

Shades of Amazon #3A824C

Tints of Amazon #3A824C

Color information

#3A824C (or 0x3A824C) is unknown color: approx Amazon. HEX triplet: 3A, 82 and 4C. RGB value is (58,130,76). Sum of RGB (Red+Green+Blue) = 58+130+76=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #3A824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A824C is #C57DB3. Grayscale: #666666. Windows color (decimal): -12942772 or 5014074. OLE color: 5014074.

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

Color convert

RGB5813076-
CMYK0.5500.420.49
HSL135º38.3%36.86%-
HSV(B)135º55.38%50.98%-
XYZ11.0317.399.61-
YUV102.32113.1596.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=21.97%
G=49.24%
B=28.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58130760.5500.420.4913538.336.86
Hex3A824C3702A31872625
Octal7220211467052612074645
Binary111010100000101001100110111010101011000110000111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,76); }

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

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

 a { background-color: rgb(58,130,76); }

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

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

 span { border-color: rgb(58,130,76); }

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