#3A775B

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

Shades of Amazon #3A775B

Tints of Amazon #3A775B

Color information

#3A775B (or 0x3A775B) is unknown color: approx Amazon. HEX triplet: 3A, 77 and 5B. RGB value is (58,119,91). Sum of RGB (Red+Green+Blue) = 58+119+91=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775B is #C588A4. Grayscale: #616161. Windows color (decimal): -12945573 or 5994298. OLE color: 5994298.

HSL color Cylindrical-coordinate representation of color #3A775B: hue angle of 152.46º 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 #3A775B is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5811991-
CMYK0.5100.240.53
HSL152.46º34.46%34.71%-
HSV(B)152.46º51.26%46.67%-
XYZ10.2314.8512.22-
YUV97.57124.2999.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=21.64%
G=44.40%
B=33.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119910.5100.240.53152.4634.4634.71
Hex3A775B3301835982223
Octal7216713363030652304243
Binary1110101110111101101111001101100011010110011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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