#3A6C4A

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

Shades of Amazon #3A6C4A

Tints of Amazon #3A6C4A

Color information

#3A6C4A (or 0x3A6C4A) is unknown color: approx Amazon. HEX triplet: 3A, 6C and 4A. RGB value is (58,108,74). Sum of RGB (Red+Green+Blue) = 58+108+74=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C4A is #C593B5. Grayscale: #595959. Windows color (decimal): -12948406 or 4877370. OLE color: 4877370.

HSL color Cylindrical-coordinate representation of color #3A6C4A: hue angle of 139.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6C4A is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB5810874-
CMYK0.4600.310.58
HSL139.2º30.12%32.55%-
HSV(B)139.2º46.3%42.35%-
XYZ8.3412.128.38-
YUV89.17119.44105.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=24.17%
G=45%
B=30.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108740.4600.310.58139.230.1232.55
Hex3A6C4A2E01F3A8b1e21
Octal7215411256037722133641
Binary111010110110010010101011100111111110101000101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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