#3D765E

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

Shades of Amazon #3D765E

Tints of Amazon #3D765E

Color information

#3D765E (or 0x3D765E) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 5E. RGB value is (61,118,94). Sum of RGB (Red+Green+Blue) = 61+118+94=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765E is #C289A1. Grayscale: #626262. Windows color (decimal): -12749218 or 6190653. OLE color: 6190653.

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

Color convert

RGB6111894-
CMYK0.4800.200.54
HSL154.74º31.84%35.1%-
HSV(B)154.74º48.31%46.27%-
XYZ10.4214.7612.89-
YUV98.22125.62101.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=22.34%
G=43.22%
B=34.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118940.4800.200.54154.7431.8435.1
Hex3D765E30014369b2023
Octal7516613660024662334043
Binary1111011110110101111011000001010011011010011011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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