#3D764D

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

Shades of Amazon #3D764D

Tints of Amazon #3D764D

Color information

#3D764D (or 0x3D764D) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 4D. RGB value is (61,118,77). Sum of RGB (Red+Green+Blue) = 61+118+77=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #3D764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D764D is #C289B2. Grayscale: #606060. Windows color (decimal): -12749235 or 5076541. OLE color: 5076541.

HSL color Cylindrical-coordinate representation of color #3D764D: hue angle of 136.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D764D is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB6111877-
CMYK0.4800.350.54
HSL136.84º31.84%35.1%-
HSV(B)136.84º48.31%46.27%-
XYZ9.7414.489.3-
YUV96.28117.12102.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=23.83%
G=46.09%
B=30.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118770.4800.350.54136.8431.8435.1
Hex3D764D3002336892023
Octal7516611560043662114043
Binary11110111101101001101110000010001111011010001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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