Html Css Color HEX #3B775A Amazon

📋 copy color: '#3B775A'

red 59 ◦ green 119 ◦ blue 90

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

Shades of Amazon #3B775A

Tints of Amazon #3B775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 22.01%
G = 44.4%
B = 33.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#3B775A (or 0x3B775A) is known color: Amazon. HEX triplet: 3B, 77 and 5A. RGB value is (59,119,90). Sum of RGB (Red+Green+Blue) = 59+119+90=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3B775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B775A is #C488A5. Grayscale: #616161. Windows color (decimal): -12880038 or 5928763. OLE color: 5928763.

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

Color convert

RGB 59 119 90 -
CMYK 0.50 0 0.24 0.53
HSL 151º 0.34% 0.35% -
HSV(B) 151º 0.5% 0.47% -
XYZ 10.25 14.86 12 -
YUV 97.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 59 119 90 0.50 0 0.24 0.53 151 0.34 0.35
Hex 3B 77 5A 32 0 18 35 97 22 23
Octal 73 167 132 62 0 30 65 227 42 43
Binary 111011 1110111 1011010 110010 0 11000 110101 10010111 100010 100011

Color Harmonies of #3B775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B775A

Black with #3B775A

Text Example


Text Example

White with #3B775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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