#3D8A50

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

Shades of Amazon #3D8A50

Tints of Amazon #3D8A50

Color information

#3D8A50 (or 0x3D8A50) is unknown color: approx Amazon. HEX triplet: 3D, 8A and 50. RGB value is (61,138,80). Sum of RGB (Red+Green+Blue) = 61+138+80=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A50 is #C275AF. Grayscale: #6C6C6C. Windows color (decimal): -12744112 or 5278269. OLE color: 5278269.

HSL color Cylindrical-coordinate representation of color #3D8A50: hue angle of 134.81º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A50 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB6113880-
CMYK0.5600.420.46
HSL134.81º38.69%39.02%-
HSV(B)134.81º55.8%54.12%-
XYZ12.4619.7510.74-
YUV108.36111.9994.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=21.86%
G=49.46%
B=28.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61138800.5600.420.46134.8138.6939.02
Hex3D8A503802A2E872727
Octal7521212070052562074747
Binary111101100010101010000111000010101010111010000111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,80); }

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

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

 a { background-color: rgb(61,138,80); }

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

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

 span { border-color: rgb(61,138,80); }

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