#3D8158

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

Shades of Amazon #3D8158

Tints of Amazon #3D8158

Color information

#3D8158 (or 0x3D8158) is unknown color: approx Amazon. HEX triplet: 3D, 81 and 58. RGB value is (61,129,88). Sum of RGB (Red+Green+Blue) = 61+129+88=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #3D8158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8158 is #C27EA7. Grayscale: #686868. Windows color (decimal): -12746408 or 5800253. OLE color: 5800253.

HSL color Cylindrical-coordinate representation of color #3D8158: hue angle of 143.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8158 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB6112988-
CMYK0.5300.320.49
HSL143.82º35.79%37.25%-
HSV(B)143.82º52.71%50.59%-
XYZ11.5417.411.98-
YUV103.99118.9797.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=21.94%
G=46.40%
B=31.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61129880.5300.320.49143.8235.7937.25
Hex3D81583502031902425
Octal7520113065040612204445
Binary111101100000011011000110101010000011000110010000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,129,88); }

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

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

 a { background-color: rgb(61,129,88); }

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

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

 span { border-color: rgb(61,129,88); }

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