#3E8454

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

Shades of Amazon #3E8454

Tints of Amazon #3E8454

Color information

#3E8454 (or 0x3E8454) is unknown color: approx Amazon. HEX triplet: 3E, 84 and 54. RGB value is (62,132,84). Sum of RGB (Red+Green+Blue) = 62+132+84=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8454 is #C17BAB. Grayscale: #696969. Windows color (decimal): -12680108 or 5538878. OLE color: 5538878.

HSL color Cylindrical-coordinate representation of color #3E8454: hue angle of 138.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8454 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB6213284-
CMYK0.5300.360.48
HSL138.86º36.08%38.04%-
HSV(B)138.86º53.03%51.76%-
XYZ11.8418.1711.27-
YUV105.6115.8196.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.30%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=22.30%
G=47.48%
B=30.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132840.5300.360.48138.8636.0838.04
Hex3E845435024308b2426
Octal7620412465044602134446
Binary111110100001001010100110101010010011000010001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,84); }

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

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

 a { background-color: rgb(62,132,84); }

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

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

 span { border-color: rgb(62,132,84); }

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