#3D894E

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

Shades of Amazon #3D894E

Tints of Amazon #3D894E

Color information

#3D894E (or 0x3D894E) is unknown color: approx Amazon. HEX triplet: 3D, 89 and 4E. RGB value is (61,137,78). Sum of RGB (Red+Green+Blue) = 61+137+78=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #3D894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D894E is #C276B1. Grayscale: #6B6B6B. Windows color (decimal): -12744370 or 5146941. OLE color: 5146941.

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

Color convert

RGB6113778-
CMYK0.5500.430.46
HSL133.42º38.38%38.82%-
HSV(B)133.42º55.47%53.73%-
XYZ12.2519.4310.31-
YUV107.55111.3294.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=22.10%
G=49.64%
B=28.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61137780.5500.430.46133.4238.3838.82
Hex3D894E3702B2E852627
Octal7521111667053562054647
Binary111101100010011001110110111010101110111010000101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,78); }

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

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

 a { background-color: rgb(61,137,78); }

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

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

 span { border-color: rgb(61,137,78); }

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