#3D8954

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

Shades of Amazon #3D8954

Tints of Amazon #3D8954

Color information

#3D8954 (or 0x3D8954) is unknown color: approx Amazon. HEX triplet: 3D, 89 and 54. RGB value is (61,137,84). Sum of RGB (Red+Green+Blue) = 61+137+84=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8954 is #C276AB. Grayscale: #6C6C6C. Windows color (decimal): -12744364 or 5540157. OLE color: 5540157.

HSL color Cylindrical-coordinate representation of color #3D8954: hue angle of 138.16º 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 #3D8954 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB6113784-
CMYK0.5500.390.46
HSL138.16º38.38%38.82%-
HSV(B)138.16º55.47%53.73%-
XYZ12.4719.5211.5-
YUV108.23114.3294.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=21.63%
G=48.58%
B=29.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61137840.5500.390.46138.1638.3838.82
Hex3D8954370272E8a2627
Octal7521112467047562124647
Binary111101100010011010100110111010011110111010001010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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