Html Css Color HEX #3B7759 Amazon

📋 copy color: '#3B7759'

red 59 ◦ green 119 ◦ blue 89

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

Shades of Amazon #3B7759

Tints of Amazon #3B7759

RGB

 RED value IS 59 (23.44% from 255) = 22.1%

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

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

R = 22.1%
G = 44.57%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#3B7759 (or 0x3B7759) is known color: Amazon. HEX triplet: 3B, 77 and 59. RGB value is (59,119,89). Sum of RGB (Red+Green+Blue) = 59+119+89=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7759 is #C488A6. Grayscale: #616161. Windows color (decimal): -12880039 or 5863227. OLE color: 5863227.

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

Color convert

RGB 59 119 89 -
CMYK 0.50 0 0.25 0.53
HSL 150º 0.34% 0.35% -
HSV(B) 150º 0.5% 0.47% -
XYZ 10.2 14.84 11.78 -
YUV 97.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 59 119 89 0.50 0 0.25 0.53 150 0.34 0.35
Hex 3B 77 59 32 0 19 35 96 22 23
Octal 73 167 131 62 0 31 65 226 42 43
Binary 111011 1110111 1011001 110010 0 11001 110101 10010110 100010 100011

Color Harmonies of #3B7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7759

Black with #3B7759

Text Example


Text Example

White with #3B7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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