#3E7B5F

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

Shades of Amazon #3E7B5F

Tints of Amazon #3E7B5F

Color information

#3E7B5F (or 0x3E7B5F) is unknown color: approx Amazon. HEX triplet: 3E, 7B and 5F. RGB value is (62,123,95). Sum of RGB (Red+Green+Blue) = 62+123+95=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5F is #C184A0. Grayscale: #656565. Windows color (decimal): -12682401 or 6257470. OLE color: 6257470.

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

Color convert

RGB6212395-
CMYK0.5000.230.52
HSL152.46º32.97%36.27%-
HSV(B)152.46º49.59%48.24%-
XYZ11.1416.0213.33-
YUV101.57124.2999.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=22.14%
G=43.93%
B=33.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62123950.5000.230.52152.4632.9736.27
Hex3E7B5F3201734982124
Octal7617313762027642304144
Binary1111101111011101111111001001011111010010011000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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