Html Css Color HEX #3B775E Amazon

📋 copy color: '#3B775E'

red 59 ◦ green 119 ◦ blue 94

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

Shades of Amazon #3B775E

Tints of Amazon #3B775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 21.69%
G = 43.75%
B = 34.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#3B775E (or 0x3B775E) is known color: Amazon. HEX triplet: 3B, 77 and 5E. RGB value is (59,119,94). Sum of RGB (Red+Green+Blue) = 59+119+94=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #3B775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B775E is #C488A1. Grayscale: #626262. Windows color (decimal): -12880034 or 6190907. OLE color: 6190907.

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

Color convert

RGB 59 119 94 -
CMYK 0.50 0 0.21 0.53
HSL 155º 0.34% 0.35% -
HSV(B) 155º 0.5% 0.47% -
XYZ 10.42 14.93 12.92 -
YUV 98.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 59 119 94 0.50 0 0.21 0.53 155 0.34 0.35
Hex 3B 77 5E 32 0 15 35 9B 22 23
Octal 73 167 136 62 0 25 65 233 42 43
Binary 111011 1110111 1011110 110010 0 10101 110101 10011011 100010 100011

Color Harmonies of #3B775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B775E

Black with #3B775E

Text Example


Text Example

White with #3B775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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