Html Css Color HEX #3B7057 Amazon

📋 copy color: '#3B7057'

red 59 ◦ green 112 ◦ blue 87

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

Shades of Amazon #3B7057

Tints of Amazon #3B7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 22.87%
G = 43.41%
B = 33.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#3B7057 (or 0x3B7057) is known color: Amazon. HEX triplet: 3B, 70 and 57. RGB value is (59,112,87). Sum of RGB (Red+Green+Blue) = 59+112+87=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7057 is #C48FA8. Grayscale: #5D5D5D. Windows color (decimal): -12881833 or 5730363. OLE color: 5730363.

HSL color Cylindrical-coordinate representation of color #3B7057: hue angle of 151.7º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7057 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 87 -
CMYK 0.47 0 0.22 0.56
HSL 151.7º 0.31% 0.34% -
HSV(B) 151.7º 0.47% 0.44% -
XYZ 9.32 13.21 11.07 -
YUV 93.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 59 112 87 0.47 0 0.22 0.56 151.7 0.31 0.34
Hex 3B 70 57 2F 0 16 38 98 1F 22
Octal 73 160 127 57 0 26 70 230 37 42
Binary 111011 1110000 1010111 101111 0 10110 111000 10011000 11111 100010

Color Harmonies of #3B7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7057

Black with #3B7057

Text Example


Text Example

White with #3B7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,87); }

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

background-color css

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

 a { background-color: rgb(59,112,87); }

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

border-color css

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

 span { border-color: rgb(59,112,87); }

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