#3A694C

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

Shades of Amazon #3A694C

Tints of Amazon #3A694C

Color information

#3A694C (or 0x3A694C) is unknown color: approx Amazon. HEX triplet: 3A, 69 and 4C. RGB value is (58,105,76). Sum of RGB (Red+Green+Blue) = 58+105+76=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A694C is #C596B3. Grayscale: #575757. Windows color (decimal): -12949172 or 5007674. OLE color: 5007674.

HSL color Cylindrical-coordinate representation of color #3A694C: hue angle of 142.98º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A694C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB5810576-
CMYK0.4500.280.59
HSL142.98º28.83%31.96%-
HSV(B)142.98º44.76%41.18%-
XYZ8.111.528.63-
YUV87.64121.43106.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=24.27%
G=43.93%
B=31.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105760.4500.280.59142.9828.8331.96
Hex3A694C2D01C3B8f1d20
Octal7215111455034732173540
Binary111010110100110011001011010111001110111000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,76); }

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

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

 a { background-color: rgb(58,105,76); }

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

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

 span { border-color: rgb(58,105,76); }

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