#3D765B

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

Shades of Amazon #3D765B

Tints of Amazon #3D765B

Color information

#3D765B (or 0x3D765B) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 5B. RGB value is (61,118,91). Sum of RGB (Red+Green+Blue) = 61+118+91=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765B is #C289A4. Grayscale: #616161. Windows color (decimal): -12749221 or 5994045. OLE color: 5994045.

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

Color convert

RGB6111891-
CMYK0.4800.230.54
HSL151.58º31.84%35.1%-
HSV(B)151.58º48.31%46.27%-
XYZ10.2914.712.19-
YUV97.88124.12101.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=22.59%
G=43.70%
B=33.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118910.4800.230.54151.5831.8435.1
Hex3D765B3001736982023
Octal7516613360027662304043
Binary1111011110110101101111000001011111011010011000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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