Html Css Color HEX #3B7758 Amazon

📋 copy color: '#3B7758'

red 59 ◦ green 119 ◦ blue 88

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

Shades of Amazon #3B7758

Tints of Amazon #3B7758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 22.18%
G = 44.74%
B = 33.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#3B7758 (or 0x3B7758) is known color: Amazon. HEX triplet: 3B, 77 and 58. RGB value is (59,119,88). Sum of RGB (Red+Green+Blue) = 59+119+88=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7758 is #C488A7. Grayscale: #616161. Windows color (decimal): -12880040 or 5797691. OLE color: 5797691.

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

Color convert

RGB 59 119 88 -
CMYK 0.50 0 0.26 0.53
HSL 149º 0.34% 0.35% -
HSV(B) 149º 0.5% 0.47% -
XYZ 10.16 14.83 11.56 -
YUV 97.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 59 119 88 0.50 0 0.26 0.53 149 0.34 0.35
Hex 3B 77 58 32 0 1A 35 95 22 23
Octal 73 167 130 62 0 32 65 225 42 43
Binary 111011 1110111 1011000 110010 0 11010 110101 10010101 100010 100011

Color Harmonies of #3B7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7758

Black with #3B7758

Text Example


Text Example

White with #3B7758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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