#3D8853

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

Shades of Amazon #3D8853

Tints of Amazon #3D8853

Color information

#3D8853 (or 0x3D8853) is unknown color: approx Amazon. HEX triplet: 3D, 88 and 53. RGB value is (61,136,83). Sum of RGB (Red+Green+Blue) = 61+136+83=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8853 is #C277AC. Grayscale: #6B6B6B. Windows color (decimal): -12744621 or 5474365. OLE color: 5474365.

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

Color convert

RGB6113683-
CMYK0.5500.390.47
HSL137.6º38.07%38.63%-
HSV(B)137.6º55.15%53.33%-
XYZ12.2919.2211.25-
YUV107.53114.1594.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=21.79%
G=48.57%
B=29.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61136830.5500.390.47137.638.0738.63
Hex3D8853370272F8a2627
Octal7521012367047572124647
Binary111101100010001010011110111010011110111110001010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,83); }

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

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

 a { background-color: rgb(61,136,83); }

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

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

 span { border-color: rgb(61,136,83); }

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