#3D714D

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

Shades of Amazon #3D714D

Tints of Amazon #3D714D

Color information

#3D714D (or 0x3D714D) is unknown color: approx Amazon. HEX triplet: 3D, 71 and 4D. RGB value is (61,113,77). Sum of RGB (Red+Green+Blue) = 61+113+77=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #3D714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D714D is #C28EB2. Grayscale: #5D5D5D. Windows color (decimal): -12750515 or 5075261. OLE color: 5075261.

HSL color Cylindrical-coordinate representation of color #3D714D: hue angle of 138.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D714D is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB6111377-
CMYK0.4600.320.56
HSL138.46º29.89%34.12%-
HSV(B)138.46º46.02%44.31%-
XYZ9.1713.349.11-
YUV93.35118.77104.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=24.30%
G=45.02%
B=30.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113770.4600.320.56138.4629.8934.12
Hex3D714D2E020388a1e22
Octal7516111556040702123642
Binary1111011110001100110110111001000001110001000101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,77); }

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

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

 a { background-color: rgb(61,113,77); }

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

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

 span { border-color: rgb(61,113,77); }

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