#3A775D

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

Shades of Amazon #3A775D

Tints of Amazon #3A775D

Color information

#3A775D (or 0x3A775D) is unknown color: approx Amazon. HEX triplet: 3A, 77 and 5D. RGB value is (58,119,93). Sum of RGB (Red+Green+Blue) = 58+119+93=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775D is #C588A2. Grayscale: #616161. Windows color (decimal): -12945571 or 6125370. OLE color: 6125370.

HSL color Cylindrical-coordinate representation of color #3A775D: hue angle of 154.43º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A775D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5811993-
CMYK0.5100.220.53
HSL154.43º34.46%34.71%-
HSV(B)154.43º51.26%46.67%-
XYZ10.3214.8812.68-
YUV97.8125.2999.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=21.48%
G=44.07%
B=34.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119930.5100.220.53154.4334.4634.71
Hex3A775D33016359a2223
Octal7216713563026652324243
Binary1110101110111101110111001101011011010110011010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,93); }

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

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

 a { background-color: rgb(58,119,93); }

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

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

 span { border-color: rgb(58,119,93); }

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