Html Css Color HEX #3A7759 Amazon

📋 copy color: '#3A7759'

red 58 ◦ green 119 ◦ blue 89

#3A7759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #3A7759

Tints of Amazon #3A7759

RGB

 RED value IS 58 (23.05% from 255) = 21.8%

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 21.8%
G = 44.74%
B = 33.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#3A7759 (or 0x3A7759) is known color: Amazon. HEX triplet: 3A, 77 and 59. RGB value is (58,119,89). Sum of RGB (Red+Green+Blue) = 58+119+89=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7759 is #C588A6. Grayscale: #616161. Windows color (decimal): -12945575 or 5863226. OLE color: 5863226.

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

Color convert

RGB 58 119 89 -
CMYK 0.51 0 0.25 0.53
HSL 150.49º 0.34% 0.35% -
HSV(B) 150.49º 0.51% 0.47% -
XYZ 10.14 14.81 11.78 -
YUV 97.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 58 119 89 0.51 0 0.25 0.53 150.49 0.34 0.35
Hex 3A 77 59 33 0 19 35 96 22 23
Octal 72 167 131 63 0 31 65 226 42 43
Binary 111010 1110111 1011001 110011 0 11001 110101 10010110 100010 100011

Color Harmonies of #3A7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7759

Black with #3A7759

Text Example


Text Example

White with #3A7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A7759;
 }
 .AnyTagClassName
 {
   color: #3A7759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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