Html Css Color HEX #3B755A Amazon

📋 copy color: '#3B755A'

red 59 ◦ green 117 ◦ blue 90

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

Shades of Amazon #3B755A

Tints of Amazon #3B755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 22.18%
G = 43.98%
B = 33.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#3B755A (or 0x3B755A) is known color: Amazon. HEX triplet: 3B, 75 and 5A. RGB value is (59,117,90). Sum of RGB (Red+Green+Blue) = 59+117+90=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755A is #C48AA5. Grayscale: #606060. Windows color (decimal): -12880550 or 5928251. OLE color: 5928251.

HSL color Cylindrical-coordinate representation of color #3B755A: hue angle of 152.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B755A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 117 90 -
CMYK 0.50 0 0.23 0.54
HSL 152.07º 0.33% 0.35% -
HSV(B) 152.07º 0.5% 0.46% -
XYZ 10.01 14.39 11.92 -
YUV 96.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 59 117 90 0.50 0 0.23 0.54 152.07 0.33 0.35
Hex 3B 75 5A 32 0 17 36 98 21 23
Octal 73 165 132 62 0 27 66 230 41 43
Binary 111011 1110101 1011010 110010 0 10111 110110 10011000 100001 100011

Color Harmonies of #3B755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B755A

Black with #3B755A

Text Example


Text Example

White with #3B755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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