#3E8855

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

Shades of Amazon #3E8855

Tints of Amazon #3E8855

Color information

#3E8855 (or 0x3E8855) is unknown color: approx Amazon. HEX triplet: 3E, 88 and 55. RGB value is (62,136,85). Sum of RGB (Red+Green+Blue) = 62+136+85=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8855 is #C177AA. Grayscale: #6C6C6C. Windows color (decimal): -12679083 or 5605438. OLE color: 5605438.

HSL color Cylindrical-coordinate representation of color #3E8855: hue angle of 138.65º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8855 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB6213685-
CMYK0.5400.380.47
HSL138.65º37.37%38.82%-
HSV(B)138.65º54.41%53.33%-
XYZ12.4319.2911.66-
YUV108.06114.9895.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=21.91%
G=48.06%
B=30.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62136850.5400.380.47138.6537.3738.82
Hex3E8855360262F8b2527
Octal7621012566046572134547
Binary111110100010001010101110110010011010111110001011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,136,85); }

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

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

 a { background-color: rgb(62,136,85); }

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

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

 span { border-color: rgb(62,136,85); }

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