#3E8458

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

Shades of Amazon #3E8458

Tints of Amazon #3E8458

Color information

#3E8458 (or 0x3E8458) is unknown color: approx Amazon. HEX triplet: 3E, 84 and 58. RGB value is (62,132,88). Sum of RGB (Red+Green+Blue) = 62+132+88=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8458 is #C17BA7. Grayscale: #6A6A6A. Windows color (decimal): -12680104 or 5801022. OLE color: 5801022.

HSL color Cylindrical-coordinate representation of color #3E8458: hue angle of 142.29º 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 #3E8458 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB6213288-
CMYK0.5300.330.48
HSL142.29º36.08%38.04%-
HSV(B)142.29º53.03%51.76%-
XYZ1218.2312.12-
YUV106.05117.8196.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=21.99%
G=46.81%
B=31.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132880.5300.330.48142.2936.0838.04
Hex3E845835021308e2426
Octal7620413065041602164446
Binary111110100001001011000110101010000111000010001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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