#3E855F

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

Shades of Amazon #3E855F

Tints of Amazon #3E855F

Color information

#3E855F (or 0x3E855F) is unknown color: approx Amazon. HEX triplet: 3E, 85 and 5F. RGB value is (62,133,95). Sum of RGB (Red+Green+Blue) = 62+133+95=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #3E855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E855F is #C17AA0. Grayscale: #6B6B6B. Windows color (decimal): -12679841 or 6260030. OLE color: 6260030.

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

Color convert

RGB6213395-
CMYK0.5300.290.48
HSL147.89º36.41%38.24%-
HSV(B)147.89º53.38%52.16%-
XYZ12.4418.6313.77-
YUV107.44120.9895.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.38%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=21.38%
G=45.86%
B=32.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133950.5300.290.48147.8936.4138.24
Hex3E855F3501D30942426
Octal7620513765035602244446
Binary11111010000101101111111010101110111000010010100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,95); }

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

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

 a { background-color: rgb(62,133,95); }

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

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

 span { border-color: rgb(62,133,95); }

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