#3D765A

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

Shades of Amazon #3D765A

Tints of Amazon #3D765A

Color information

#3D765A (or 0x3D765A) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 5A. RGB value is (61,118,90). Sum of RGB (Red+Green+Blue) = 61+118+90=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765A is #C289A5. Grayscale: #616161. Windows color (decimal): -12749222 or 5928509. OLE color: 5928509.

HSL color Cylindrical-coordinate representation of color #3D765A: hue angle of 150.53º 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 #3D765A is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB6111890-
CMYK0.4800.240.54
HSL150.53º31.84%35.1%-
HSV(B)150.53º48.31%46.27%-
XYZ10.2514.6911.97-
YUV97.76123.62101.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=22.68%
G=43.87%
B=33.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118900.4800.240.54150.5331.8435.1
Hex3D765A3001836972023
Octal7516613260030662274043
Binary1111011110110101101011000001100011011010010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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