#3D765C

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

Shades of Amazon #3D765C

Tints of Amazon #3D765C

Color information

#3D765C (or 0x3D765C) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 5C. RGB value is (61,118,92). Sum of RGB (Red+Green+Blue) = 61+118+92=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765C is #C289A3. Grayscale: #626262. Windows color (decimal): -12749220 or 6059581. OLE color: 6059581.

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

Color convert

RGB6111892-
CMYK0.4800.220.54
HSL152.63º31.84%35.1%-
HSV(B)152.63º48.31%46.27%-
XYZ10.3314.7212.42-
YUV97.99124.62101.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=22.51%
G=43.54%
B=33.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118920.4800.220.54152.6331.8435.1
Hex3D765C3001636992023
Octal7516613460026662314043
Binary1111011110110101110011000001011011011010011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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